Hide megaphone view in archived list.

fork-5.53.8
Nicholas 2022-09-27 09:27:59 -04:00 zatwierdzone przez Cody Henthorne
rodzic 9bb089d198
commit 7167ad331f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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();