Commit 65fe317 1 parent c92a413 commit 65fe317 Copy full SHA for 65fe317
File tree 2 files changed +1
-2
lines changed
app/src/main/java/com/osfans/trime/ime/symbol
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,6 @@ class FlexibleAdapter(
176
176
notifyItemRemoved(position)
177
177
}
178
178
179
-
180
179
private fun setPinStatus (id : Int , pinned : Boolean ) {
181
180
val position = mBeansId.getValue(id)
182
181
mBeans[position] = mBeans[position].copy(pinned = pinned)
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import com.osfans.trime.util.dp2px
26
26
import kotlinx.coroutines.launch
27
27
import timber.log.Timber
28
28
29
- class LiquidKeyboard (private val context : Context ) : ClipboardHelper.OnClipboardUpdateListener{
29
+ class LiquidKeyboard (private val context : Context ) : ClipboardHelper.OnClipboardUpdateListener {
30
30
private val theme: Theme = Theme .get()
31
31
private val tabManager: TabManager = TabManager .get()
32
32
private val service: Trime = Trime .getService()
You can’t perform that action at this time.
0 commit comments