mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-26 07:27:26 +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