Merge "Apply Glif theme before using dynamic color." into tm-dev

This commit is contained in:
TreeHugger Robot
2022-02-22 18:54:52 +00:00
committed by Android (Google) Code Review

View File

@@ -81,6 +81,7 @@ public class AvatarPickerActivity extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setTheme(R.style.SudThemeGlifV3_DayNight);
ThemeHelper.trySetDynamicColor(this);
setContentView(R.layout.avatar_picker);
setUpButtons();