file picker available from moko library?, currently it giving us just
images
Suresh Maidaragi
11/10/2023, 9:14 AM
when tried
picker.pickFiles()
app is keeps crashing
s
streetsofboston
11/10/2023, 1:28 PM
Looks like a theming issue.
The FilePickerActivity probably uses a theme attribute (?attr:xxxxxxxx), directly or indirectly, that cannot be resolved, has not been assigned to a resource.
Figure out what attribution it is (can be quite tricky) and assign it in your app's theme definition.
Maybe assign the activity a particular theme (from Moko?) in your AndroidManifest file.
s
Suresh Maidaragi
11/10/2023, 5:46 PM
I am using compose theme, seems like you are right, I am missing color, but not sure where can I set this color in KMM project