OmarAlghamdi / walkly-android

Android implementation of Walkly (the walking game)
0 stars 1 forks source link

getProgress in Player async return #58

Closed OmarAlghamdi closed 4 years ago

OmarAlghamdi commented 4 years ago

the function getProgress in the object Player does not return correct level and progress because return happens before the read of the database because the async call is executed on another thread