mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 03:04:40 +02: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() {
|
private void launchActivityWithPermissions() {
|
||||||
startActivity(new Intent(this, OculusMobileActivity.class));
|
startActivity(new Intent(this, InterfaceActivity.class));
|
||||||
finish();
|
finish();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue