mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 03:15:39 +01:00
Export is not advanced
This commit is contained in:
@@ -194,7 +194,8 @@ public class FragmentOptions extends FragmentBase {
|
||||
|
||||
@Override
|
||||
public void onPageSelected(int position) {
|
||||
if (position > 0) {
|
||||
if (position > 0 && position < PAGE_TITLES.length &&
|
||||
PAGE_TITLES[position] != R.string.title_advanced_section_backup) {
|
||||
final Context context = getContext();
|
||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
|
||||
boolean setup_advanced = prefs.getBoolean("setup_advanced", false);
|
||||
|
||||
Reference in New Issue
Block a user