mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-28 00:56:07 +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)
|
sharedPreferences.getBoolean("long_press_adaptive", false)
|
||||||
)
|
)
|
||||||
ServiceManager.getService()
|
ServiceManager.getService()
|
||||||
?.updateLongPress(originalLongPressArray, newLongPressArray, offListeningMode)
|
?.updateLongPress(originalLongPressArray, newLongPressArray)
|
||||||
}
|
}
|
||||||
val shape = when {
|
val shape = when {
|
||||||
isFirst -> RoundedCornerShape(topStart = 14.dp, topEnd = 14.dp)
|
isFirst -> RoundedCornerShape(topStart = 14.dp, topEnd = 14.dp)
|
||||||
|
|||||||
Reference in New Issue
Block a user