Локализация экрана настроек, удалил лишние конфигурации сборки
This commit is contained in:
@@ -87,7 +87,7 @@ class _RegistrationScreenState extends BaseState<RegistrationScreen> {
|
||||
if (response.statusCode == 201) {
|
||||
helper.createSession(dinCode, posID, parsedMap['token']).then((_) {
|
||||
helper.close();
|
||||
pushRoute(context, new FinishRegistrationScreen());
|
||||
pushRouteReplacement(context, new FinishRegistrationScreen());
|
||||
});
|
||||
} else {
|
||||
setState(() {
|
||||
|
||||
Reference in New Issue
Block a user