Hide megaphone view in archived list.
This commit is contained in:
parent
9bb089d198
commit
7167ad331f
1 changed files with 1 additions and 1 deletions
|
@ -819,7 +819,7 @@ public class ConversationListFragment extends MainFragment implements ActionMode
|
|||
}
|
||||
|
||||
private void onMegaphoneChanged(@Nullable Megaphone megaphone) {
|
||||
if (megaphone == null) {
|
||||
if (megaphone == null || isArchived()) {
|
||||
if (megaphoneContainer.resolved()) {
|
||||
megaphoneContainer.get().setVisibility(View.GONE);
|
||||
megaphoneContainer.get().removeAllViews();
|
||||
|
|
Loading…
Add table
Reference in a new issue