Skip to content

Commit

Permalink
chore: tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
lodev09 committed Feb 5, 2025
1 parent 8ac8d37 commit 3801ddc
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package com.lodev09.truesheet.core

import android.annotation.SuppressLint
import android.content.Context
import android.util.Log
import android.view.MotionEvent
import android.view.View
import com.facebook.react.config.ReactFeatureFlags
Expand Down Expand Up @@ -31,8 +30,6 @@ class RootSheetView(private val context: Context?) :
private var viewWidth = 0
private var viewHeight = 0

private var hasUpdatedSize = false

private val jSTouchDispatcher = JSTouchDispatcher(this)
private var jSPointerDispatcher: JSPointerDispatcher? = null
var sizeChangeListener: ((w: Int, h: Int) -> Unit)? = null
Expand Down

0 comments on commit 3801ddc

Please sign in to comment.