mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 22:51:02 +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() {
|
||||
loading = true;
|
||||
pbWait.setVisibility(View.VISIBLE);
|
||||
tvNoEmail.setVisibility(View.GONE);
|
||||
if (viewType == AdapterMessage.ViewType.SEARCH)
|
||||
tvNoEmail.setVisibility(View.GONE);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue