mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
rerouted the intent back to interfaceActivity since its back and registered in manifest
This commit is contained in:
parent
9a0078a216
commit
ae796c2484
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ public class PermissionsChecker extends Activity {
|
|||
}
|
||||
|
||||
private void launchActivityWithPermissions() {
|
||||
startActivity(new Intent(this, OculusMobileActivity.class));
|
||||
startActivity(new Intent(this, InterfaceActivity.class));
|
||||
finish();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue