fix take photo with pending keys

This commit is contained in:
Daniel Gultsch 2017-11-06 17:27:48 +01:00
parent 894ffc6488
commit af3c9be700

View file

@ -1487,7 +1487,7 @@ public class ConversationActivity extends XmppActivity
this.mPendingGeoUri = null;
}
} else if (requestCode == REQUEST_TRUST_KEYS_TEXT || requestCode == REQUEST_TRUST_KEYS_MENU) {
this.forbidProcessingPendings = !xmppConnectionServiceBound;
this.forbidProcessingPendings = true;
if (xmppConnectionServiceBound) {
mConversationFragment.onActivityResult(requestCode, resultCode, data);
this.mPostponedActivityResult = null;