version up
Logic fix
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.dinect.checker"
|
package="com.dinect.checker"
|
||||||
android:versionCode="17"
|
android:versionCode="18"
|
||||||
android:versionName="1.1.22">
|
android:versionName="1.1.23">
|
||||||
|
|
||||||
<!-- The INTERNET permission is required for development. Specifically,
|
<!-- The INTERNET permission is required for development. Specifically,
|
||||||
flutter needs it to communicate with the running application
|
flutter needs it to communicate with the running application
|
||||||
|
|||||||
@@ -86,8 +86,7 @@ class PurchaseScreenState<T> extends BaseState<PurchaseScreen> {
|
|||||||
widgetList.add(getHintLabel());
|
widgetList.add(getHintLabel());
|
||||||
widgetList.add(getInputField()); // Нельзя добавить еще одно поле таким же способом
|
widgetList.add(getInputField()); // Нельзя добавить еще одно поле таким же способом
|
||||||
|
|
||||||
if ((app != 'autobonus') || (app != 'crypto') || (app != 'racib')) {
|
if ((app != 'autobonus') && (app != 'crypto') && (app != 'racib')) {
|
||||||
|
|
||||||
if (this.loyalityType == 'bonus') {
|
if (this.loyalityType == 'bonus') {
|
||||||
widgetList.add(getBonusInputField());
|
widgetList.add(getBonusInputField());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user