suggestions in android studio -_-

This commit is contained in:
Kavish Devar
2025-02-10 09:31:10 +05:30
parent 6940f9c9e3
commit 9107a43c39

View File

@@ -216,7 +216,7 @@ fun LongPressElement(name: String, checked: MutableState<Boolean>, id: String, e
sharedPreferences.getBoolean("long_press_adaptive", false)
)
ServiceManager.getService()
?.updateLongPress(originalLongPressArray, newLongPressArray, offListeningMode)
?.updateLongPress(originalLongPressArray, newLongPressArray)
}
val shape = when {
isFirst -> RoundedCornerShape(topStart = 14.dp, topEnd = 14.dp)