Skip to content

Commit 71d1884

Browse files
committed
fix git conflict
Signed-off-by: alperozturk <[email protected]>
1 parent 659bac9 commit 71d1884

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/src/main/java/com/owncloud/android/ui/fragment/LocalFileListFragment.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,4 +425,10 @@ public interface ContainerActivity {
425425
public void setupStoragePermissionWarningBanner() {
426426
mAdapter.notifyDataSetChanged();
427427
}
428+
429+
@Override
430+
public void onDestroyView() {
431+
mAdapter.cleanup();
432+
super.onDestroyView();
433+
}
428434
}

0 commit comments

Comments
 (0)