|
@@ -302,7 +302,10 @@ class MemberController extends BaseController implements PaymentStatusCallback {
|
|
|
|
|
|
|
|
void onPopBack({bool iosIsBack = true}) {
|
|
void onPopBack({bool iosIsBack = true}) {
|
|
|
if (Platform.isIOS) {
|
|
if (Platform.isIOS) {
|
|
|
- if (iosIsBack) back();
|
|
|
|
|
|
|
+ if (iosIsBack) {
|
|
|
|
|
+ back();
|
|
|
|
|
+ return;
|
|
|
|
|
+ }
|
|
|
if (accountRepository.memberIsExpired()) {
|
|
if (accountRepository.memberIsExpired()) {
|
|
|
FocusScope.of(Get.context!).unfocus();
|
|
FocusScope.of(Get.context!).unfocus();
|
|
|
userCancelsPaymentDisplay();
|
|
userCancelsPaymentDisplay();
|