Ver código fonte

Fix needlessly boxes a boolean constant

Signed-off-by: alperozturk <alper_ozturk@proton.me>
alperozturk 1 ano atrás
pai
commit
bc6990c7f5

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

@@ -259,6 +259,7 @@ public class FileDisplayActivity extends FileActivity
 
     @Override
     protected void onCreate(Bundle savedInstanceState) {
+
         Log_OC.v(TAG, "onCreate() start");
         // Set the default theme to replace the launch screen theme.
         setTheme(R.style.Theme_ownCloud_Toolbar_Drawer);