store new intent in welcome account activity

This commit is contained in:
Christian Schneppe 2017-12-27 20:54:01 +01:00
parent 1e50689658
commit 044bc0e95d

View file

@ -64,6 +64,13 @@ public class WelcomeActivity extends XmppActivity {
}
}
@Override
public void onNewIntent(Intent intent) {
if (intent != null) {
setIntent(intent);
}
}
@Override
protected void onCreate(final Bundle savedInstanceState) {
if (getResources().getBoolean(R.bool.portrait_only)) {