Fixed blinking of no messages text

pull/162/head
M66B 6 years ago
parent 649e5bc503
commit a5c9c0f3e9

@ -2909,7 +2909,8 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
public void onLoading() { public void onLoading() {
loading = true; loading = true;
pbWait.setVisibility(View.VISIBLE); pbWait.setVisibility(View.VISIBLE);
tvNoEmail.setVisibility(View.GONE); if (viewType == AdapterMessage.ViewType.SEARCH)
tvNoEmail.setVisibility(View.GONE);
} }
@Override @Override

Loading…
Cancel
Save