From: masensio Date: Thu, 13 Feb 2014 08:47:31 +0000 (+0100) Subject: OC-2923: (fix bug) Filelist is not refreshed after changing the orientation of the... X-Git-Tag: oc-android-1.5.5~48^2~2 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/dce02bd01f33a0a0d7d265ffeff6507ba3d428f2?ds=inline;hp=--cc OC-2923: (fix bug) Filelist is not refreshed after changing the orientation of the device and sharing --- dce02bd01f33a0a0d7d265ffeff6507ba3d428f2 diff --git a/src/com/owncloud/android/ui/activity/FileDisplayActivity.java b/src/com/owncloud/android/ui/activity/FileDisplayActivity.java index 5e1eeb51..51ebded4 100644 --- a/src/com/owncloud/android/ui/activity/FileDisplayActivity.java +++ b/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