Don't show empty date popovers.

fork-5.53.8
Greyson Parrelli 2020-03-27 16:40:35 -04:00
rodzic 264d353ec2
commit f8e63098a2
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -1375,6 +1375,10 @@ public class ConversationFragment extends Fragment
}
public void show() {
if (textView.getText() == null || textView.getText().length() == 0) {
return;
}
if (pendingHide) {
pendingHide = false;
} else {