Fix needlessly boxes a boolean constant

Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
alperozturk 2023-11-30 11:05:18 +01:00
commit bc6990c7f5
No known key found for this signature in database
GPG key ID: 4E577DC593B59BDF

View file

@ -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);