Skip to content

Commit

Permalink
Add a short probe delay on tab changes for iOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Oct 16, 2024
1 parent e23adf3 commit 6d9fb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iOS/tests_backend/widgets/optioncontainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def select_more(self):
self.impl.native_controller.selectedViewController = more

async def wait_for_tab(self, message):
await self.redraw(message)
await self.redraw(message, delay=0.1)

def reset_more(self):
more = self.impl.native_controller.moreNavigationController
Expand Down

0 comments on commit 6d9fb09

Please sign in to comment.