Finish v1.18.6(236)
This commit is contained in:
commit
1645fba77c
@ -6,8 +6,8 @@ apply plugin: 'com.google.gms.google-services'
|
||||
|
||||
android {
|
||||
|
||||
def appVersionCode = 235
|
||||
def appVersionName = '1.18.5'
|
||||
def appVersionCode = 236
|
||||
def appVersionName = '1.18.6'
|
||||
|
||||
signingConfigs {
|
||||
release {
|
||||
|
||||
@ -56,6 +56,7 @@ public class MainContext {
|
||||
}
|
||||
|
||||
public void logout(Runnable onLoggedOut) {
|
||||
menuService.invalidateCache();
|
||||
UtilityThread.executeParallel(() -> {
|
||||
SettingsManager.i().setUser(null);
|
||||
SettingsManager.i().setUserSession(null);
|
||||
|
||||
@ -73,4 +73,9 @@ public class MenuService {
|
||||
}
|
||||
}
|
||||
|
||||
public void invalidateCache() {
|
||||
this.mInternalCachedMenu = null;
|
||||
this.mInternalCachedFlatMenu = null;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@ -521,7 +521,8 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="@string/tot_qty"
|
||||
android:inputType="numberDecimal"
|
||||
android:digits="0123456789"
|
||||
android:inputType="number"
|
||||
app:binding="@{view.currentQtaTot}" />
|
||||
|
||||
</com.google.android.material.textfield.TextInputLayout>
|
||||
|
||||
@ -515,7 +515,8 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="@string/tot_qty"
|
||||
android:inputType="numberDecimal"
|
||||
android:digits="0123456789"
|
||||
android:inputType="number"
|
||||
app:binding="@{view.currentQtaTot}" />
|
||||
|
||||
</com.google.android.material.textfield.TextInputLayout>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user