You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QuickToast.show("Note: This does not effect your actual status. If the app syncs the latest account info, this fake status will be overridden back to the real one.");
249
+
toast("Note: This does not effect your actual status. If the app syncs the latest account info, this fake status will be overridden back to the real one.");
QuickToast.show("Note: This does not effect your actual status. If the app syncs the latest account info, this fake status will be overridden back to the real one.");
258
+
toast("Note: This does not effect your actual status. If the app syncs the latest account info, this fake status will be overridden back to the real one.");
260
259
break;
261
260
}
262
261
})
@@ -272,7 +271,7 @@ public void onItemSelectionChanged(int __) {
272
271
273
272
prefs.add(PreferenceViews.newToggleSwitchBuilder(this, appPrefs.DEVCONFIG_SNACKBAR_ALWAYS_SHOW_URL_CR, "Always show Continue Reading and URL Save")
274
273
.setSummaryDefaultUnchecked("Always show the Continue Reading and URL Clipboard save snackbars on app start")
275
-
.setOnChangeListener(n -> QuickToast.show("Exit and restart the app to view."))
274
+
.setOnChangeListener(n -> toast("Exit and restart the app to view."))
276
275
.build());
277
276
278
277
prefs.add(PreferenceViews.newActionBuilder(this, "Edit Fake Device Info for Login")
@@ -441,16 +440,16 @@ public void setSelected(int index) {
0 commit comments