mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 09:39:25 +03:00
fix theming issue
This commit is contained in:
parent
a2c0b180ec
commit
a29d73102b
2 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@ public abstract class ToolbarActivity extends BaseActivity {
|
|||
}
|
||||
}
|
||||
|
||||
protected void setupToolbar() {
|
||||
public void setupToolbar() {
|
||||
setupToolbar(false);
|
||||
}
|
||||
|
||||
|
|
|
@ -346,7 +346,7 @@ public class FileDetailFragment extends FileFragment implements OnClickListener
|
|||
if(activity != null) {
|
||||
activity.setPreviewImageVisibility(View.GONE);
|
||||
activity.setProgressBarVisibility(View.VISIBLE);
|
||||
ThemeUtils.setStatusBarColor(activity, ThemeUtils.primaryColor(getContext()));
|
||||
activity.setupToolbar();
|
||||
}
|
||||
|
||||
super.onStop();
|
||||
|
|
Loading…
Reference in a new issue