handle returning from camera without picture
This commit is contained in:
parent
e11d658f5e
commit
4caa92e8ff
|
@ -1034,6 +1034,9 @@ public class ConversationActivity extends XmppActivity
|
||||||
this.mPendingGeoUri = null;
|
this.mPendingGeoUri = null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
mPendingImageUris.clear();
|
||||||
|
mPendingFileUris.clear();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue