Эх сурвалжийг харах

OC-2923: (fix bug) Filelist is not refreshed after changing the orientation of the device and sharing

masensio 11 жил өмнө
parent
commit
dce02bd01f

+ 1 - 0
src/com/owncloud/android/ui/activity/FileDisplayActivity.java

@@ -207,6 +207,7 @@ OCFileListFragment.ContainerActivity, FileDetailFragment.ContainerActivity, OnNa
     protected void onStart() {
         super.onStart();
         getSupportActionBar().setIcon(DisplayUtils.getSeasonalIconId());
+        refeshListOfFilesFragment();
     }
 
     @Override