store new intent in welcome account activity
This commit is contained in:
parent
1e50689658
commit
044bc0e95d
1 changed files with 7 additions and 0 deletions
|
@ -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)) {
|
||||
|
|
Reference in a new issue