allow clicking on folder in favorites/search

This commit is contained in:
tobiasKaminsky 2017-05-04 15:49:46 +02:00 committed by Mario Danic
parent e8023989bb
commit 9211578a55

View file

@ -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);