From: Andy Scherzinger Date: Wed, 5 Aug 2015 10:54:31 +0000 (+0200) Subject: remove two-times init of the drawer X-Git-Tag: oc-android-1.8~42^2~37 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/7c9c4a4ca6db4ab2aa658ee119c9ccc4056a7273 remove two-times init of the drawer --- diff --git a/src/com/owncloud/android/ui/activity/FileDisplayActivity.java b/src/com/owncloud/android/ui/activity/FileDisplayActivity.java index 05e73fbb..4c91cd6a 100644 --- a/src/com/owncloud/android/ui/activity/FileDisplayActivity.java +++ b/src/com/owncloud/android/ui/activity/FileDisplayActivity.java @@ -209,8 +209,6 @@ public class FileDisplayActivity extends HookActivity mProgressBar.setIndeterminate(mSyncInProgress); // always AFTER setContentView(...) ; to work around bug in its implementation - - initDrawer(); setBackgroundText();