Finish v1.47.19(532)
All checks were successful
WMS - Android (New)/pipeline/head This commit looks good
All checks were successful
WMS - Android (New)/pipeline/head This commit looks good
This commit is contained in:
commit
aacf5ca76e
@ -11,8 +11,8 @@ apply plugin: 'com.google.gms.google-services'
|
||||
|
||||
android {
|
||||
|
||||
def appVersionCode = 531
|
||||
def appVersionName = '1.47.18'
|
||||
def appVersionCode = 532
|
||||
def appVersionName = '1.47.19'
|
||||
|
||||
signingConfigs {
|
||||
release {
|
||||
|
||||
@ -284,8 +284,8 @@ public class MainFragment extends Fragment implements ITitledFragment, IScrollab
|
||||
MenuConfiguration baseMenuConfiguration = new MenuConfiguration();
|
||||
List<MenuConfiguration.MenuGroup> menuGroups = baseMenuConfiguration.getGroups();
|
||||
|
||||
for (int i = 0; i < menuGroups.size(); i++) {
|
||||
try {
|
||||
try {
|
||||
for (int i = 0; i < menuGroups.size(); i++) {
|
||||
|
||||
BaseMenuConfiguration.MenuGroup menuGroup = menuGroups.get(i);
|
||||
|
||||
@ -313,16 +313,12 @@ public class MainFragment extends Fragment implements ITitledFragment, IScrollab
|
||||
menuListAdapter.setClickListener(this::onMenuClick);
|
||||
|
||||
mBindings.menuContainer.addView(groupBinding.getRoot());
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
} catch (Exception exception) {
|
||||
UtilityExceptions.defaultException(requireActivity(), exception);
|
||||
}
|
||||
}
|
||||
|
||||
} catch (Exception exception) {
|
||||
UtilityExceptions.defaultException(requireActivity(), exception);
|
||||
}
|
||||
}
|
||||
|
||||
private void onMenuClick(MenuConfiguration.MenuItem menuItem) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user