mirror of
https://github.com/nextcloud/android.git
synced 2024-11-28 10:18:59 +03:00
activities: Assign isLoadingActivities value when loading activities.
This commit is contained in:
parent
dc92985520
commit
3aaff65bfc
1 changed files with 1 additions and 0 deletions
|
@ -352,6 +352,7 @@ public class ActivitiesActivity extends FileActivity implements ActivityListInte
|
|||
|
||||
@Override
|
||||
public void setProgressIndicatorState(boolean isActive) {
|
||||
isLoadingActivities = isActive;
|
||||
swipeListRefreshLayout.post(() -> swipeListRefreshLayout.setRefreshing(isActive));
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue