remove push notifications toggle

This commit is contained in:
adbenitez 2024-08-01 11:49:17 +02:00
parent 8e802e1062
commit 3e72837688
4 changed files with 3 additions and 46 deletions

View file

@ -168,7 +168,7 @@ public class Prefs {
}
public static boolean isPushEnabled(Context context) {
return BuildConfig.USE_PLAY_SERVICES && getBooleanPreference(context, "pref_push_enabled", true);
return BuildConfig.USE_PLAY_SERVICES;
}
public static boolean isHardCompressionEnabled(Context context) {