Skip to content

Commit

Permalink
Use constant
Browse files Browse the repository at this point in the history
  • Loading branch information
CDrummond committed Aug 10, 2024
1 parent c5dba34 commit a79a095
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ public void onCreatePreferences(Bundle savedInstanceState, String rootKey) {
}

if (Utils.cutoutTopLeft(activity)) {
SwitchPreferenceCompat fullscreenPref = getPreferenceManager().findPreference("fullscreen");
SwitchPreferenceCompat fullscreenPref = getPreferenceManager().findPreference(FULLSCREEN_PREF_KEY);
if (null != fullscreenPref) {
fullscreenPref.setVisible(false);
}
Expand Down

0 comments on commit a79a095

Please sign in to comment.