remove two-times init of the drawer
authorAndy Scherzinger <info@andy-scherzinger.de>
Wed, 5 Aug 2015 10:54:31 +0000 (12:54 +0200)
committerAndy Scherzinger <info@andy-scherzinger.de>
Wed, 5 Aug 2015 10:54:31 +0000 (12:54 +0200)
src/com/owncloud/android/ui/activity/FileDisplayActivity.java

index 05e73fb..4c91cd6 100644 (file)
@@ -209,8 +209,6 @@ public class FileDisplayActivity extends HookActivity
 
         mProgressBar.setIndeterminate(mSyncInProgress);
         // always AFTER setContentView(...) ; to work around bug in its implementation
-
-        initDrawer();
         
         setBackgroundText();