From a050407beb951a6b83c96f9f74876b5da1cc201a Mon Sep 17 00:00:00 2001 From: Rustem Date: Wed, 4 Dec 2024 01:18:29 +0500 Subject: [PATCH] fortenew commit test --- android/app/src/main/AndroidManifest.xml | 3 +- .../kotlin/kz/com/aman/kassa/MainActivity.kt | 14 +-- android/build.gradle | 2 + lib/core/models/forte/forte_post_session.dart | 92 ++++++++++--------- lib/redux/actions/bank_actions.dart | 8 +- lib/views/payment/payment_view.dart | 36 ++++++-- pubspec.lock | 2 +- pubspec.yaml | 2 +- 8 files changed, 95 insertions(+), 64 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index e43c5c9..30e7277 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -30,8 +30,7 @@ android:launchMode="singleTop" android:screenOrientation="portrait" android:theme="@style/LaunchTheme" - android:windowSoftInputMode="adjustResize" - android:exported="true"> + android:windowSoftInputMode="adjustResize">