mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-25 15:48:11 +00:00
suggestions in android studio -_-
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user