File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/src/main/java/com/amazon/tv/leanbacklauncher/settings Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ public void onBlacklistCountLoaded(int blacklistCount) {
3737 actions .add (new Builder (getActivity ()).id (1 ).title ((int ) R .string .recommendation_blacklist_action_title ).description ((CharSequence ) description ).build ());
3838 actions .add (new Builder (getActivity ()).id (2 ).title ((int ) R .string .home_screen_order_action_title ).build ());
3939 actions .add (new Builder (getActivity ()).id (3 ).title (R .string .hidden_applications_title ).build ());
40- actions .add (new Builder (getActivity ()).id (4 ).title (R .string .wallpaper_title ).description (R .string .select_wallpaper_action_desc ).build ());
41- actions .add (new Builder (getActivity ()).id (5 ).title (R .string .banners_prefs_title ).description (R .string .banners_prefs_desc ).build ());
40+ actions .add (new Builder (getActivity ()).id (4 ).title (R .string .banners_prefs_title ).description (R .string .banners_prefs_desc ).build ());
41+ actions .add (new Builder (getActivity ()).id (5 ).title (R .string .wallpaper_title ).description (R .string .select_wallpaper_action_desc ).build ());
4242 setActions (actions );
4343 }
4444 }
@@ -55,10 +55,10 @@ public void onGuidedActionClicked(GuidedAction action) {
5555 GuidedStepSupportFragment .add (getFragmentManager (), new LegacyHiddenPreferenceFragment ());
5656 return ;
5757 case 4 :
58- GuidedStepSupportFragment .add (getFragmentManager (), new LegacyWallpaperFragment ());
58+ GuidedStepSupportFragment .add (getFragmentManager (), new LegacyBannersFragment ());
5959 return ;
6060 case 5 :
61- GuidedStepSupportFragment .add (getFragmentManager (), new LegacyBannersFragment ());
61+ GuidedStepSupportFragment .add (getFragmentManager (), new LegacyWallpaperFragment ());
6262 return ;
6363 default :
6464 return ;
You can’t perform that action at this time.
0 commit comments