Skip to content

Commit 517cb40

Browse files
committed
Fixing checkstyle
1 parent 23fcfd8 commit 517cb40

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/main/java/org/quantumbadger/redreader/common/FeatureFlagHandler.java

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -292,11 +292,10 @@ public static void handleUpgrade(@NonNull final Context context) {
292292
if(getAndSetFeatureFlag(prefs, FeatureFlag.DEFAULT_PREF_VIDEO_PLAYBACK_CONTROLS)
293293
== FeatureFlagStatus.UPGRADE_NEEDED) {
294294

295-
prefs.edit()
296-
.putBoolean(
297-
context.getString(R.string.pref_behaviour_video_playback_controls_key),
298-
true)
299-
.apply();
295+
prefs.edit().putBoolean(
296+
context.getString(R.string.pref_behaviour_video_playback_controls_key),
297+
true)
298+
.apply();
300299
}
301300

302301
if(getAndSetFeatureFlag(prefs, FeatureFlag.DEFAULT_PREF_CUSTOM_TABS)

0 commit comments

Comments
 (0)