mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 16:16:33 +02:00
Fixed navigating to encryption tab page
This commit is contained in:
@@ -2528,7 +2528,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
public void onClick(View v) {
|
||||
startActivity(
|
||||
new Intent(getContext(), ActivitySetup.class)
|
||||
.putExtra("tab", "privacy"));
|
||||
.putExtra("tab", "encryption"));
|
||||
}
|
||||
});
|
||||
snackbar.show();
|
||||
|
||||
Reference in New Issue
Block a user