Skip to content

Commit

Permalink
chore: tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
lodev09 committed Apr 6, 2024
1 parent b5a1dcb commit cdb37ed
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.lodev09.truesheet.core

import android.util.Log
import android.view.MotionEvent
import android.view.ViewGroup
import android.widget.ScrollView
Expand Down Expand Up @@ -140,7 +139,6 @@ class TrueSheetBehavior(private val reactContext: ReactContext) : BottomSheetBeh
fun registerKeyboardManager() {
keyboardManager.registerKeyboardListener(object : KeyboardManager.OnKeyboardListener {
override fun onKeyboardStateChange(isVisible: Boolean) {
Log.d(TAG, isVisible.toString())
maxScreenHeight = Utils.activityView(reactContext)?.height ?: 0
footerView?.apply {
y = (maxScreenHeight - (sheetView?.top ?: 0) - height).toFloat()
Expand Down

0 comments on commit cdb37ed

Please sign in to comment.