mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-31 01:51:24 +01:00
Manage connectivity on no connection
This commit is contained in:
@@ -63,7 +63,9 @@ public class FragmentOptions extends FragmentBase {
|
||||
tabLayout.setupWithViewPager(pager);
|
||||
|
||||
String tab = getActivity().getIntent().getStringExtra("tab");
|
||||
if ("display".equals(tab))
|
||||
if ("connection".equals(tab))
|
||||
pager.setCurrentItem(3);
|
||||
else if ("display".equals(tab))
|
||||
pager.setCurrentItem(4);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user