fix quick attachment open animation

Closes #4569
// FREEBIE
pull/1/head
Jake McGinty 10 years ago committed by Moxie Marlinspike
parent 2ce2a0d5c3
commit 0d06e78d25

@ -1335,6 +1335,10 @@ public class ConversationActivity extends PassphraseRequiredActionBarActivity
} else {
getSupportActionBar().show();
}
if (drawerState == DrawerState.COLLAPSED) {
container.hideAttachedInput(true);
}
}
@Override

Loading…
Cancel
Save