Skip to content

Commit

Permalink
refactor(Twitter): Added restart warning to customize patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Swakshan committed May 19, 2024
1 parent 70343ff commit 425d75c
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ public void onCreate(@Nullable Bundle savedInstanceState) {
customisationPrefs.addPreference(
multiSelectListPreference(
strRes("piko_pref_customisation_profiletabs"),
"",
strRes("piko_pref_import_warn"),
Settings.CUSTOM_PROFILE_TABS
)
);
Expand All @@ -301,7 +301,7 @@ public void onCreate(@Nullable Bundle savedInstanceState) {
customisationPrefs.addPreference(
listPreference(
strRes("piko_pref_customisation_timelinetabs"),
"",
strRes("piko_pref_import_warn"),
Settings.CUSTOM_TIMELINE_TABS
)
);
Expand All @@ -310,7 +310,7 @@ public void onCreate(@Nullable Bundle savedInstanceState) {
customisationPrefs.addPreference(
multiSelectListPreference(
strRes("piko_pref_customisation_sidebartabs"),
"",
strRes("piko_pref_import_warn"),
Settings.CUSTOM_SIDEBAR_TABS
)
);
Expand All @@ -320,7 +320,7 @@ public void onCreate(@Nullable Bundle savedInstanceState) {
customisationPrefs.addPreference(
multiSelectListPreference(
strRes("piko_pref_customisation_navbartabs"),
"",
strRes("piko_pref_import_warn"),
Settings.CUSTOM_NAVBAR_TABS
)
);
Expand All @@ -330,7 +330,7 @@ public void onCreate(@Nullable Bundle savedInstanceState) {
customisationPrefs.addPreference(
multiSelectListPreference(
strRes("piko_pref_customisation_inlinetabs"),
"",
strRes("piko_pref_import_warn"),
Settings.CUSTOM_INLINE_TABS
)
);
Expand Down

0 comments on commit 425d75c

Please sign in to comment.