mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-22 21:06:09 +03:00
Fix NPE in settings
This commit is contained in:
parent
c3debd3da5
commit
09b1ba9725
1 changed files with 0 additions and 2 deletions
|
@ -29,7 +29,6 @@ public class PreferencesFragment extends PreferenceFragmentCompat implements Bra
|
|||
private BrandedSwitchPreference fontPref;
|
||||
private BrandedSwitchPreference lockPref;
|
||||
private BrandedSwitchPreference wifiOnlyPref;
|
||||
private BrandedSwitchPreference brandingPref;
|
||||
private BrandedSwitchPreference gridViewPref;
|
||||
private BrandedSwitchPreference preventScreenCapturePref;
|
||||
|
||||
|
@ -118,7 +117,6 @@ public class PreferencesFragment extends PreferenceFragmentCompat implements Bra
|
|||
fontPref.applyBrand(mainColor, textColor);
|
||||
lockPref.applyBrand(mainColor, textColor);
|
||||
wifiOnlyPref.applyBrand(mainColor, textColor);
|
||||
brandingPref.applyBrand(mainColor, textColor);
|
||||
gridViewPref.applyBrand(mainColor, textColor);
|
||||
preventScreenCapturePref.applyBrand(mainColor, textColor);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue