|
@@ -182,7 +182,8 @@ public class FileDisplayActivity extends HookActivity
|
|
|
@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);
|
|
|
super.onCreate(savedInstanceState); // this calls onAccountChanged() when ownCloud Account
|
|
|
// is valid
|
|
|
|