Actions: HayaiApp/hayai
Actions
Showing runs from all workflows
159 workflow runs
159 workflow runs
sourceFilter is Filter.Group instead of
filter is List<*> when comparing old vs new filter state; the old check
matched Filter.AutoComplete (state is List<String>) and tried to cast it
to Filter.Group, causing ClassCastException on Search button click
- AutoCompleteItem: replace bare MaterialTheme with YokaiTheme so the
autocomplete/select UI inherits the app's dark/light color scheme via
create...
Build app
#28:
Commit f78eec3
pushed
by
ig4e
* which only matches the default package,
not exh.ui.settings.** where the anonymous FullTypeReference subclasses
actually live. Fix: use ** in the keep rule.
Root cause fix: replace all remember { Injekt.get<T>() } calls in
SettingsEhScreen with object-level by injectLazy() properties. The
remember lambda is compiled by D8/R8 into ExternalSyntheticLambda,
and the anonymous FullTypeReference subcl...
Build app
#27:
Commit f2690b9
pushed
by
ig4e