killuhwhale / amace_validator

0 stars 0 forks source link

Panic after purchase & Install when opening Android Prefs to check app version post install. #7

Closed killuhwhale closed 1 year ago

killuhwhale commented 1 year ago

After app purchase, the app installs but appears to NOT actually be installed.

The program goes to open the setttings app for this app and its fails to open. Searching for text in an app that isnt open causes Go to Panic.

We need to ensure the app is installed before trying to open the Android Preferences App (Settings app). Or we need to ensure that there isnt a race condition of some sort.

killuhwhale commented 1 year ago

Automation now waits 5X Timeout to wait untill progress is gone which basically waits until apps is finished installing.