Finish v1.24.8(276)

This commit is contained in:
Valerio Castellana 2022-03-30 17:46:46 +02:00
commit 66f7a51462
3 changed files with 5 additions and 16 deletions

View File

@ -1,18 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="deploymentTargetDropDown"> <component name="deploymentTargetDropDown">
<targetSelectedWithDropDown>
<Target>
<type value="QUICK_BOOT_TARGET" />
<deviceKey>
<Key>
<type value="VIRTUAL_DEVICE_PATH" />
<value value="C:\Users\ValerioC.STUDIO-ML\.android\avd\Nexus_S_API_30.avd" />
</Key>
</deviceKey>
</Target>
</targetSelectedWithDropDown>
<timeTargetWasSelectedWithDropDown value="2022-03-29T07:39:18.735889700Z" />
<runningDeviceTargetsSelectedWithDialog> <runningDeviceTargetsSelectedWithDialog>
<Target> <Target>
<type value="RUNNING_DEVICE_TARGET" /> <type value="RUNNING_DEVICE_TARGET" />

View File

@ -10,8 +10,8 @@ apply plugin: 'com.google.gms.google-services'
android { android {
def appVersionCode = 275 def appVersionCode = 276
def appVersionName = '1.24.7' def appVersionName = '1.24.8'
signingConfigs { signingConfigs {
release { release {

View File

@ -166,6 +166,7 @@ public class DialogInputQuantityV2View extends BaseDialogFragment implements Dia
}); });
} }
this.onLoadingEnded(); this.onLoadingEnded();
mBindings.inputNumCnfText.requestFocus();
return mBindings.getRoot(); return mBindings.getRoot();
} }