bg fixes
This commit is contained in:
@@ -7,8 +7,8 @@ android {
|
|||||||
applicationId "ch.pizzalink.android"
|
applicationId "ch.pizzalink.android"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 26
|
targetSdkVersion 26
|
||||||
versionCode 3 // play store'daki version : 2 (beta test)
|
versionCode 4 // play store'daki version : 3
|
||||||
versionName "1.11" // play store'daki version : 1.1 (beta test)
|
versionName "1.12" // play store'daki version : 1.11
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
|||||||
BIN
app/release/app-release.apk
Normal file
BIN
app/release/app-release.apk
Normal file
Binary file not shown.
@@ -1 +1 @@
|
|||||||
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":2},"path":"app-release.apk","properties":{"packageId":"ch.pizzalink.android","split":"","minSdkVersion":"16"}}]
|
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":3},"path":"app-release.apk","properties":{"packageId":"ch.pizzalink.android","split":"","minSdkVersion":"16"}}]
|
||||||
@@ -105,9 +105,11 @@ public class CreateOrderNoteFragment extends CreateOrderBaseFragment {
|
|||||||
if(createOrderActivity.getSlicePizza() != null){
|
if(createOrderActivity.getSlicePizza() != null){
|
||||||
if(createOrderActivity.getSlicePizza()){
|
if(createOrderActivity.getSlicePizza()){
|
||||||
yesRadioButton.setChecked(true);
|
yesRadioButton.setChecked(true);
|
||||||
|
noRadioButton.setChecked(false);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
noRadioButton.setChecked(false);
|
noRadioButton.setChecked(true);
|
||||||
|
yesRadioButton.setChecked(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -77,8 +77,8 @@ public class MenuProductModel implements Serializable {
|
|||||||
case 2:
|
case 2:
|
||||||
return ProductOptionType.RADIO_AND_CHECKBOX;
|
return ProductOptionType.RADIO_AND_CHECKBOX;
|
||||||
default:
|
default:
|
||||||
return ProductOptionType.NO_TYPE;
|
//return ProductOptionType.NO_TYPE;
|
||||||
//return ProductOptionType.RADIO_AND_CHECKBOX;
|
return ProductOptionType.RADIO_AND_CHECKBOX;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user