mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 17:46:37 +03:00
Fix: animations should be gone
This commit is contained in:
parent
19978340c1
commit
21903c22d2
2 changed files with 2 additions and 3 deletions
|
@ -928,7 +928,6 @@ FileFragment.ContainerActivity, OnNavigationListener, OnSslUntrustedCertListener
|
|||
|
||||
} else {
|
||||
getListOfFilesFragment().enableSwipe();
|
||||
getListOfFilesFragment().hideSwipeProgress();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -119,14 +119,14 @@ public class ExtendedListFragment extends SherlockFragment implements OnItemClic
|
|||
}
|
||||
|
||||
@Override
|
||||
public void onItemClick(AdapterView<?> arg0, View arg1, int arg2, long arg3) {
|
||||
public void onItemClick (AdapterView<?> parent, View view, int position, long id) {
|
||||
// to be @overriden
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onRefresh() {
|
||||
// to be @overriden
|
||||
|
||||
mRefreshLayout.setRefreshing(false);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue