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
in /src/ui/RPUITask.dart line 202-204 Navigator.of(context).pop(), // Dismissing the pop-up
needs to be revised to be customisable or something, because in the Study app we are not pushing the UI on top, but rather moving to that part of the onboarding process UI.
The text was updated successfully, but these errors were encountered:
in /src/ui/RPUITask.dart line 202-204
Navigator.of(context).pop(), // Dismissing the pop-up
needs to be revised to be customisable or something, because in the Study app we are not pushing the UI on top, but rather moving to that part of the onboarding process UI.
The text was updated successfully, but these errors were encountered: