mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Added chip style
This commit is contained in:
@@ -77,7 +77,7 @@ public class EditTextMultiAutoComplete extends AppCompatMultiAutoCompleteTextVie
|
||||
if (send_chips) {
|
||||
boolean dark = Helper.isDarkTheme(context);
|
||||
ContextThemeWrapper ctx = new ContextThemeWrapper(context,
|
||||
dark ? R.style.Base_Theme_Material3_Dark : R.style.Base_Theme_Material3_Light);
|
||||
dark ? R.style.ChipDark : R.style.ChipLight);
|
||||
ContentResolver resolver = context.getContentResolver();
|
||||
|
||||
Runnable update = new Runnable() {
|
||||
|
||||
Reference in New Issue
Block a user