We are sending a screen() event when switching tabs. The implementation was based on a hardcoded assumption that the tabs was in this order:
home, search, livestream, calendar.
So when we now have "home, games, search" on biblekids, it's actually sending "search" when it's supposed to be "games". And "livestream" means "search".
The code here needs to be fixed so that it works with our dynamic tab setup.
We are sending a screen() event when switching tabs. The implementation was based on a hardcoded assumption that the tabs was in this order: home, search, livestream, calendar.
So when we now have "home, games, search" on biblekids, it's actually sending "search" when it's supposed to be "games". And "livestream" means "search".
The code here needs to be fixed so that it works with our dynamic tab setup.