when camera preview is open, the preview toggle button will close the preview
closes #3574
This commit is contained in:
parent
6c20a4c08b
commit
149ac9f417
1 changed files with 6 additions and 2 deletions
|
@ -1370,8 +1370,12 @@ public class ConversationActivity extends PassphraseRequiredActionBarActivity
|
|||
private class QuickAttachmentToggleListener implements OnClickListener {
|
||||
@Override
|
||||
public void onClick(View v) {
|
||||
if (!quickAttachmentDrawer.isShowing()) {
|
||||
composeText.clearFocus();
|
||||
container.show(composeText, quickAttachmentDrawer);
|
||||
} else {
|
||||
container.hideAttachedInput(false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue