trkpt/app
Ethan Dalool 8a72bb2b2e
Remove coroutine when deleting track, just do it synchronously.
My coroutine solution worked for bringing the onboarding back, but
it broke the cancel button since it touched a view out of the owning
thread. I probably could fix that by adding a coroutine for cancel
too, but the delete operation should be so fast that synchronous
might not even be a problem.
2022-04-08 18:14:00 -07:00
..
src/main Remove coroutine when deleting track, just do it synchronously. 2022-04-08 18:14:00 -07:00
build.gradle Set my own application id. 2022-04-08 18:13:46 -07:00
proguard-rules.pro Kotlin Rewrite - everything is new 2020-01-02 18:00:37 +01:00