Skip to content

Commit

Permalink
refactor: move bar ui classes into ui package
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiredPlanck committed Aug 17, 2024
1 parent 56431f2 commit e2e37d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/src/main/java/com/osfans/trime/ime/bar/QuickBar.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import com.osfans.trime.core.RimeNotification.OptionNotification
import com.osfans.trime.data.theme.ColorManager
import com.osfans.trime.data.theme.Theme
import com.osfans.trime.databinding.CandidateBarBinding
import com.osfans.trime.ime.bar.ui.TabUi
import com.osfans.trime.ime.broadcast.InputBroadcastReceiver
import com.osfans.trime.ime.core.TrimeInputMethodService
import com.osfans.trime.ime.dependency.InputScope
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// SPDX-License-Identifier: GPL-3.0-or-later

package com.osfans.trime.ime.bar
package com.osfans.trime.ime.bar.ui

import android.content.Context
import android.view.View
Expand Down

0 comments on commit e2e37d4

Please sign in to comment.