Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix wrong logic when deciding to wait for app ready (#102)
This PR fixes a bug when we'd use reverse condition to check whether we should wait for app ready or not. Now after it is fixed when shouldWaitForAppReady is true we use the promise that waits for an event. Otherwise, we use a resolved promise.
- Loading branch information