summaryrefslogtreecommitdiff
path: root/src/com/android/customization/picker/theme
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2020-06-01 07:07:08 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-06-01 07:07:08 +0000
commit42a7a348fb9aa724e4e8f659fa2070e1e184036b (patch)
treef970621608dc54465ec8280d06b1c66b1f375ecc /src/com/android/customization/picker/theme
parent699bb638019c5b6450e33ab43b41b636bea11542 (diff)
parent4af9053ed1affa995e203a0c1da34419421c04ac (diff)
downloadThemePicker-42a7a348fb9aa724e4e8f659fa2070e1e184036b.tar.gz
Merge "Implement the custom style flow part 1" into ub-launcher3-master
Diffstat (limited to 'src/com/android/customization/picker/theme')
-rw-r--r--src/com/android/customization/picker/theme/CustomThemeActivity.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/com/android/customization/picker/theme/CustomThemeActivity.java b/src/com/android/customization/picker/theme/CustomThemeActivity.java
index 1cfdf93e..fc563379 100644
--- a/src/com/android/customization/picker/theme/CustomThemeActivity.java
+++ b/src/com/android/customization/picker/theme/CustomThemeActivity.java
@@ -361,8 +361,7 @@ public class CustomThemeActivity extends FragmentActivity implements
return CustomThemeComponentFragment.newInstance(
title,
position,
- titleResId,
- true);
+ titleResId);
}
}