android: fix not calling super in onNewIntent

This commit is contained in:
Saúl Ibarra Corretgé
2019-06-21 16:03:42 +02:00
committed by Saúl Ibarra Corretgé
parent 1e39c12963
commit 3e77890387

View File

@@ -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) {