Ver código fonte

android: throw if the overlsay permission is not granted in Debug mode

master
Saúl Ibarra Corretgé 6 anos atrás
pai
commit
26ca0e6630

+ 1
- 1
android/app/src/main/java/org/jitsi/meet/MainActivity.java Ver arquivo

@@ -122,7 +122,7 @@ public class MainActivity extends JitsiMeetActivity {
122 122
                 initialize();
123 123
             }
124 124
 
125
-            return;
125
+            throw new RuntimeException("Overlay permission is required when running in Debug mode.");
126 126
         }
127 127
 
128 128
         super.onActivityResult(requestCode, resultCode, data);

Carregando…
Cancelar
Salvar