Skip to content

Commit

Permalink
formatting code
Browse files Browse the repository at this point in the history
  • Loading branch information
shitlime committed Jul 27, 2023
1 parent c92a413 commit 65fe317
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ class FlexibleAdapter(
notifyItemRemoved(position)
}


private fun setPinStatus(id: Int, pinned: Boolean) {
val position = mBeansId.getValue(id)
mBeans[position] = mBeans[position].copy(pinned = pinned)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import com.osfans.trime.util.dp2px
import kotlinx.coroutines.launch
import timber.log.Timber

class LiquidKeyboard(private val context: Context) : ClipboardHelper.OnClipboardUpdateListener{
class LiquidKeyboard(private val context: Context) : ClipboardHelper.OnClipboardUpdateListener {
private val theme: Theme = Theme.get()
private val tabManager: TabManager = TabManager.get()
private val service: Trime = Trime.getService()
Expand Down

0 comments on commit 65fe317

Please sign in to comment.