Educational application written in Kotlin aimed at automating user-defined workflows for the mobile game, "Granblue Fantasy", using MediaProjection, AccessibilityService, and OpenCV.
Initial work complete for replacing the existing dropdown pickers with the new ones.
Need to diagnose why nesting the new ones inside a ScrollView causes the search bar to take focus. This leads to requiring two touches in order to either dismiss the dropdown or select one of the items. This behavior exists with the demo provided by @AdelRedaa97 so this might be WAI.