mirror of
https://github.com/nextcloud/android.git
synced 2024-12-18 23:11:58 +03:00
allow clicking on folder in favorites/search
This commit is contained in:
parent
e8023989bb
commit
9211578a55
1 changed files with 1 additions and 0 deletions
|
@ -789,6 +789,7 @@ public class OCFileListFragment extends ExtendedListFragment implements OCFileLi
|
|||
if (file != null) {
|
||||
if (file.isFolder()) {
|
||||
// update state and view of this fragment
|
||||
searchFragment = false;
|
||||
listDirectory(file, MainApp.isOnlyOnDevice(), false);
|
||||
// then, notify parent activity to let it update its state and view
|
||||
mContainerActivity.onBrowsedDownTo(file);
|
||||
|
|
Loading…
Reference in a new issue