We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ac8d37 commit 3801ddcCopy full SHA for 3801ddc
android/src/main/java/com/lodev09/truesheet/core/RootSheetView.kt
@@ -2,7 +2,6 @@ package com.lodev09.truesheet.core
2
3
import android.annotation.SuppressLint
4
import android.content.Context
5
-import android.util.Log
6
import android.view.MotionEvent
7
import android.view.View
8
import com.facebook.react.config.ReactFeatureFlags
@@ -31,8 +30,6 @@ class RootSheetView(private val context: Context?) :
31
30
private var viewWidth = 0
32
private var viewHeight = 0
33
34
- private var hasUpdatedSize = false
35
-
36
private val jSTouchDispatcher = JSTouchDispatcher(this)
37
private var jSPointerDispatcher: JSPointerDispatcher? = null
38
var sizeChangeListener: ((w: Int, h: Int) -> Unit)? = null
0 commit comments