kopia lustrzana https://github.com/ryukoposting/Signal-Android
Don't show empty date popovers.
rodzic
264d353ec2
commit
f8e63098a2
|
@ -1375,6 +1375,10 @@ public class ConversationFragment extends Fragment
|
||||||
}
|
}
|
||||||
|
|
||||||
public void show() {
|
public void show() {
|
||||||
|
if (textView.getText() == null || textView.getText().length() == 0) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
if (pendingHide) {
|
if (pendingHide) {
|
||||||
pendingHide = false;
|
pendingHide = false;
|
||||||
} else {
|
} else {
|
||||||
|
|
Ładowanie…
Reference in New Issue