mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-06 03:49:58 +02:00
remove push notifications toggle
This commit is contained in:
parent
8e802e1062
commit
3e72837688
4 changed files with 3 additions and 46 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue