File tree Expand file tree Collapse file tree
java/org/quantumbadger/redreader/common Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ /Alpha 348 (2023-12-29)
2+ Fix feature flag upgrade behaviour for post title action
3+
14/Alpha 347 (2023-12-29)
25Added a preference to automatically open the first image in an album
36Made links blue again in dark themes
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ private enum FeatureFlag {
5252 REPLY_IN_POST_ACTION_MENU_FEATURE ("replyInPostActionMenuFeature" ),
5353 MAIN_MENU_FIND_SUBREDDIT_FEATURE ("mainMenuFindSubreddit" ),
5454 OPEN_COMMENT_EXTERNALLY_FEATURE ("openCommentExternallyFeature" ),
55- POST_TITLE_TAP_ACTION_FEATURE ("postTitleTapAction " );
55+ POST_TITLE_TAP_ACTION_FEATURE ("postTitleTapActionFeature " );
5656
5757 @ NonNull private final String id ;
5858
@@ -279,7 +279,7 @@ public static void handleUpgrade(@NonNull final Context context) {
279279
280280 prefs .edit ().putString (
281281 context .getString (R .string .pref_behaviour_post_tap_action_key ),
282- "title_comments "
282+ "comments "
283283 ).apply ();
284284 }
285285 }
You can’t perform that action at this time.
0 commit comments