mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-22 18:55:12 +00:00
Don't show empty date popovers.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user