Fixed blinking of no messages text

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

@ -2909,6 +2909,7 @@ 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);
if (viewType == AdapterMessage.ViewType.SEARCH)
tvNoEmail.setVisibility(View.GONE); tvNoEmail.setVisibility(View.GONE);
} }

Loading…
Cancel
Save