mirror of
https://github.com/nextcloud/android.git
synced 2024-11-28 02:17:43 +03:00
Fix needlessly boxes a boolean constant
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
commit
bc6990c7f5
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue