clear pending view intent when processing onNewIntent()
This commit is contained in:
parent
d414f85ec0
commit
a849c34f56
|
@ -529,6 +529,7 @@ public class ConversationsActivity extends XmppActivity implements OnConversatio
|
|||
protected void onNewIntent(final Intent intent) {
|
||||
if (isViewOrShareIntent(intent)) {
|
||||
if (xmppConnectionService != null) {
|
||||
clearPendingViewIntent();
|
||||
processViewIntent(intent);
|
||||
} else {
|
||||
pendingViewIntent.push(intent);
|
||||
|
|
Loading…
Reference in New Issue