Lock orientation

This commit is contained in:
M66B
2022-09-30 10:46:09 +02:00
parent 2e58059bca
commit 82e7dc3b47
6 changed files with 52 additions and 7 deletions

View File

@@ -153,6 +153,8 @@ public class FragmentOAuth extends FragmentBase {
pop = args.getBoolean("pop", false);
recent = args.getBoolean("recent", false);
update = args.getBoolean("update", true);
lockOrientation();
}
@Override