Simplification

This commit is contained in:
M66B
2018-10-21 14:14:10 +00:00
parent 91ea751d59
commit 3efd67b2cf
3 changed files with 1 additions and 12 deletions

View File

@@ -919,7 +919,7 @@ public class FragmentMessages extends FragmentEx {
@Override
public void onLoaded() {
pbWait.setVisibility(View.GONE);
if (searchCallback.getLoaded() == 0)
if (messages.getValue().size() == 0)
tvNoEmail.setVisibility(View.VISIBLE);
}