diff --git a/android/app/src/main/java/me/kavishdevar/librepods/MainActivity.kt b/android/app/src/main/java/me/kavishdevar/librepods/MainActivity.kt index b48f92f..9d46f7d 100644 --- a/android/app/src/main/java/me/kavishdevar/librepods/MainActivity.kt +++ b/android/app/src/main/java/me/kavishdevar/librepods/MainActivity.kt @@ -221,7 +221,7 @@ class MainActivity : ComponentActivity() { fun Main() { val context = LocalContext.current val sharedPreferences = context.getSharedPreferences("settings", MODE_PRIVATE) - if (!isSupported(sharedPreferences)) { + if (false) { // !isSupported(sharedPreferences) && BuildConfig.PLAY_BUILD == true) { val showDialog = remember { mutableStateOf(false) } val blockTouches = remember { mutableStateOf(false) } val tapCount = remember { mutableIntStateOf(0) }