[NewGroupChatScreen] Maintain selectedUsersList when going back and forward in the flow
This commit is contained in:
@@ -33,7 +33,7 @@ class StreamBackButton extends StatelessWidget {
|
||||
if (onPressed != null) {
|
||||
onPressed();
|
||||
} else {
|
||||
Navigator.of(context).pop();
|
||||
Navigator.maybePop(context);
|
||||
}
|
||||
},
|
||||
child: Icon(
|
||||
|
||||
Reference in New Issue
Block a user