Skip to content

Commit 65fe317

Browse files
committed
formatting code
1 parent c92a413 commit 65fe317

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/src/main/java/com/osfans/trime/ime/symbol/FlexibleAdapter.kt

-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ class FlexibleAdapter(
176176
notifyItemRemoved(position)
177177
}
178178

179-
180179
private fun setPinStatus(id: Int, pinned: Boolean) {
181180
val position = mBeansId.getValue(id)
182181
mBeans[position] = mBeans[position].copy(pinned = pinned)

app/src/main/java/com/osfans/trime/ime/symbol/LiquidKeyboard.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import com.osfans.trime.util.dp2px
2626
import kotlinx.coroutines.launch
2727
import timber.log.Timber
2828

29-
class LiquidKeyboard(private val context: Context) : ClipboardHelper.OnClipboardUpdateListener{
29+
class LiquidKeyboard(private val context: Context) : ClipboardHelper.OnClipboardUpdateListener {
3030
private val theme: Theme = Theme.get()
3131
private val tabManager: TabManager = TabManager.get()
3232
private val service: Trime = Trime.getService()

0 commit comments

Comments
 (0)