You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm very sorry for taking so long to respond. I must've missed this somehow! Were you able to figure it out?
Looking at your code real quick it seems like you're doing it right... You should call finishForTasker() which will then get your input from inputForTasker.
Unfortunately, I was not able to figure it out. It's been a while since I've worked on the code, but I will definitely take a look at it later as I still would like to add Tasker support :D
Won't happen today or tomorrow, I'll ping you once I've tried it out and taken a closer look at it.
I don't know whether this is a mistake on my side, but I don't know how create a
State
with Jetpack Compose.So I got a audio recording app and I want the user to be able to detect what state it is currently running.
Then, in the runner I check whether the given state by the user matches the current state:
This is the helper:
and in the activity I show a dropdown for the user to select from - but how do I pass that information back to Tasker?
The text was updated successfully, but these errors were encountered: