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) {
|
protected void onNewIntent(final Intent intent) {
|
||||||
if (isViewOrShareIntent(intent)) {
|
if (isViewOrShareIntent(intent)) {
|
||||||
if (xmppConnectionService != null) {
|
if (xmppConnectionService != null) {
|
||||||
|
clearPendingViewIntent();
|
||||||
processViewIntent(intent);
|
processViewIntent(intent);
|
||||||
} else {
|
} else {
|
||||||
pendingViewIntent.push(intent);
|
pendingViewIntent.push(intent);
|
||||||
|
|
Loading…
Reference in New Issue