mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 21:55:48 +03:00
simplify loading screen
This commit is contained in:
parent
3eaeb049a1
commit
5e0a163709
1 changed files with 2 additions and 1 deletions
|
@ -431,7 +431,8 @@ public class ExtendedListFragment extends Fragment
|
|||
*/
|
||||
public void setEmptyListLoadingMessage() {
|
||||
if (mEmptyListContainer != null && mEmptyListMessage != null) {
|
||||
mEmptyListMessage.setText(R.string.file_list_loading);
|
||||
mEmptyListHeadline.setText(R.string.file_list_loading);
|
||||
mEmptyListMessage.setText("");
|
||||
|
||||
mEmptyListIcon.setVisibility(View.GONE);
|
||||
mEmptyListProgress.setVisibility(View.VISIBLE);
|
||||
|
|
Loading…
Reference in a new issue