android: fix not calling super in onNewIntent
This commit is contained in:
parent
1e39c12963
commit
3e77890387
|
@ -155,6 +155,8 @@ public class JitsiMeetActivity extends FragmentActivity
|
|||
|
||||
@Override
|
||||
public void onNewIntent(Intent intent) {
|
||||
super.onNewIntent(intent);
|
||||
|
||||
JitsiMeetConferenceOptions options;
|
||||
|
||||
if ((options = getConferenceOptions(intent)) != null) {
|
||||
|
|
Loading…
Reference in New Issue