Skip to content

Commit aa0898a

Browse files
committed
android: remove sponsor dialog
hiding it, rather than removing it entirely
1 parent ecfbcd1 commit aa0898a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

android/app/src/main/java/me/kavishdevar/librepods/screens/AirPodsSettingsScreen.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,9 @@ fun AirPodsSettingsScreen(dev: BluetoothDevice?, service: AirPodsService,
218218
val darkMode = isSystemInDarkTheme()
219219
val hazeStateS = remember { mutableStateOf(HazeState()) }
220220

221-
val showDialog = remember { mutableStateOf(!sharedPreferences.getBoolean("donationDialogShown", false)) }
221+
// val showDialog = remember { mutableStateOf(!sharedPreferences.getBoolean("donationDialogShown", false)) }
222+
223+
val showDialog = remember { mutableStateOf(false) }
222224

223225
StyledScaffold(
224226
title = deviceName.text,

0 commit comments

Comments
 (0)