Fixed navigating to encryption tab page

This commit is contained in:
M66B
2020-05-06 11:57:05 +02:00
parent 9d1acd1fda
commit 72fff48070
2 changed files with 3 additions and 3 deletions

View File

@@ -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();