mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 07:01:05 +00:00
Fixed blinking of no messages text
This commit is contained in:
parent
649e5bc503
commit
a5c9c0f3e9
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue