mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-27 17:08:34 +03:00
Fix issue with conversation favorites
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
6b91079c49
commit
f3a32f8f6d
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ public class CallMenuController extends BaseController implements FlexibleAdapte
|
|||
conversation.setPassword("");
|
||||
}
|
||||
|
||||
if (tag > 0 && tag < 11) {
|
||||
if (tag > 0) {
|
||||
bundle.putInt(BundleKeys.KEY_OPERATION_CODE, tag);
|
||||
if (tag != 2 && tag != 4 && tag != 6 && tag != 7) {
|
||||
eventBus.post(new BottomSheetLockEvent(false, 0, false, false));
|
||||
|
|
Loading…
Reference in a new issue