Skip to content

Commit 3801ddc

Browse files
committed
chore: tidy
1 parent 8ac8d37 commit 3801ddc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

android/src/main/java/com/lodev09/truesheet/core/RootSheetView.kt

-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package com.lodev09.truesheet.core
22

33
import android.annotation.SuppressLint
44
import android.content.Context
5-
import android.util.Log
65
import android.view.MotionEvent
76
import android.view.View
87
import com.facebook.react.config.ReactFeatureFlags
@@ -31,8 +30,6 @@ class RootSheetView(private val context: Context?) :
3130
private var viewWidth = 0
3231
private var viewHeight = 0
3332

34-
private var hasUpdatedSize = false
35-
3633
private val jSTouchDispatcher = JSTouchDispatcher(this)
3734
private var jSPointerDispatcher: JSPointerDispatcher? = null
3835
var sizeChangeListener: ((w: Int, h: Int) -> Unit)? = null

0 commit comments

Comments
 (0)