You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After adding the CircularProgressIndicator the WebView is shown only if _proxy == null, so only in invalid state. The condition should be != null. Apart from that, the state is not refreshed when the proxy is created, so it works pretty random, sometimes the WebView is shown and sometimes the progress. Once one of them is shown, it never changes until the widget is refreshed externally.
To reproduce
Steps to reproduce the behavior:
Just open the example app; sometimes the progress stays there forever
Expected behavior
The progress should be shown only during proxy loading.
Screenshots
If applicable, add screenshots to help explain your problem.
Smartphone (please complete the following information):
Device: Pixel 6
OS: Android 12
The text was updated successfully, but these errors were encountered:
Describe the bug
After adding the
CircularProgressIndicator
the WebView is shown only if_proxy == null
, so only in invalid state. The condition should be!= null
. Apart from that, the state is not refreshed when the proxy is created, so it works pretty random, sometimes the WebView is shown and sometimes the progress. Once one of them is shown, it never changes until the widget is refreshed externally.To reproduce
Steps to reproduce the behavior:
Expected behavior
The progress should be shown only during proxy loading.
Screenshots
If applicable, add screenshots to help explain your problem.
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: