davinci: motor: Enable use_resource_processor for all sysui deps
This will make the build faster Test: m checkbuild Bug: 295208392 Change-Id: I0c1bd901429bbe3bf81c1530e156735f8637a96e
This commit is contained in:
committed by
basamaryan
parent
b97f04b80a
commit
c1f951a347
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2020 The LineageOS Project
|
||||
* Copyright (C) 2020-2024 The LineageOS Project
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -19,7 +19,6 @@ package org.lineageos.popupcamera;
|
||||
import android.os.Bundle;
|
||||
|
||||
import com.android.settingslib.collapsingtoolbar.CollapsingToolbarBaseActivity;
|
||||
import com.android.settingslib.widget.R;
|
||||
|
||||
public class PopupCameraSettingsActivity extends CollapsingToolbarBaseActivity {
|
||||
private static final String TAG_POPUPCAMERA = "popupcamera";
|
||||
@@ -30,7 +29,8 @@ public class PopupCameraSettingsActivity extends CollapsingToolbarBaseActivity {
|
||||
|
||||
getFragmentManager()
|
||||
.beginTransaction()
|
||||
.replace(R.id.content_frame, new PopupCameraSettingsFragment(), TAG_POPUPCAMERA)
|
||||
.replace(com.android.settingslib.collapsingtoolbar.R.id.content_frame,
|
||||
new PopupCameraSettingsFragment(), TAG_POPUPCAMERA)
|
||||
.commit();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user