Skip to content

Commit

Permalink
refactor: Mark Nullables
Browse files Browse the repository at this point in the history
Address lint warning, improve stability.
  • Loading branch information
dcalhoun committed Nov 13, 2024
1 parent 8d18621 commit e4838b2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ public class AppSettingsFragment extends PreferenceFragment
private WPSwitchPreference mStripImageLocation;
private WPSwitchPreference mReportCrashPref;
private WPSwitchPreference mOpenWebLinksWithJetpack;
private PreferenceScreen mExperimentalFeaturesSettings;
private WPSwitchPreference mExperimentalBlockEditorPref;
private WPSwitchPreference mExperimentalBlockEditorStylesPref;
@Nullable private PreferenceScreen mExperimentalFeaturesSettings;
@Nullable private WPSwitchPreference mExperimentalBlockEditorPref;
@Nullable private WPSwitchPreference mExperimentalBlockEditorStylesPref;

private Preference mWhatsNew;

Expand Down

0 comments on commit e4838b2

Please sign in to comment.