android: throw if the overlsay permission is not granted in Debug mode
This commit is contained in:
parent
7978f9f5f4
commit
26ca0e6630
|
@ -122,7 +122,7 @@ public class MainActivity extends JitsiMeetActivity {
|
||||||
initialize();
|
initialize();
|
||||||
}
|
}
|
||||||
|
|
||||||
return;
|
throw new RuntimeException("Overlay permission is required when running in Debug mode.");
|
||||||
}
|
}
|
||||||
|
|
||||||
super.onActivityResult(requestCode, resultCode, data);
|
super.onActivityResult(requestCode, resultCode, data);
|
||||||
|
|
Loading…
Reference in New Issue