AuthPage widget was getting rendered two times, one from initial route, and second time from when a AuthSessionState state change happen in bloc listener.
This was applied every time a app is opened and was not just specific to fingerprint handling.
Fix
Removed initialRoute from the app, now it will build Auth Page one time, only after when all conditions are verified in Bloc Listener.
What type of PR is this? (check all applicable)
Description
AuthPage widget was getting rendered two times, one from initial route, and second time from when a AuthSessionState state change happen in bloc listener. This was applied every time a app is opened and was not just specific to fingerprint handling.
Fix
Removed initialRoute from the app, now it will build Auth Page one time, only after when all conditions are verified in Bloc Listener.
_Tested the Fix?
[X] In Real Device
[X] In Emulator
Related Tickets & Documents
This fix will closes #16