This commit is contained in:
Milos Kozak 2019-12-03 18:44:59 +01:00
parent 95d3551931
commit 6ba485d9cd

View file

@ -129,7 +129,8 @@ public class PreferencesActivity extends PreferenceActivity implements SharedPre
}
}
}
adjustUnitDependentPrefs(pref);
if (pref != null)
adjustUnitDependentPrefs(pref);
}
public static void initSummary(Preference p) {