mirror of
https://github.com/M66B/FairEmail.git
synced 2026-05-15 20:08:38 +02:00
Fixed navigating to encryption tab page
This commit is contained in:
@@ -201,8 +201,8 @@ public class FragmentOptions extends FragmentBase {
|
||||
pager.setCurrentItem(3);
|
||||
else if ("display".equals(tab))
|
||||
pager.setCurrentItem(4);
|
||||
else if ("privacy".equals(tab))
|
||||
pager.setCurrentItem(6);
|
||||
else if ("encryption".equals(tab))
|
||||
pager.setCurrentItem(7);
|
||||
getActivity().getIntent().removeExtra("tab");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user