Fix refresh issue
This commit is contained in:
parent
9db293dbc3
commit
04b738c236
1 changed files with 1 additions and 0 deletions
|
@ -228,6 +228,7 @@ public class ConfigureMapMenu {
|
||||||
AccessibleToast.makeText(app, R.string.renderer_load_exception, Toast.LENGTH_SHORT).show();
|
AccessibleToast.makeText(app, R.string.renderer_load_exception, Toast.LENGTH_SHORT).show();
|
||||||
}
|
}
|
||||||
adapter.setItemDescription(pos, getRenderDescr(activity));
|
adapter.setItemDescription(pos, getRenderDescr(activity));
|
||||||
|
activity.getDashboard().refreshContent(true);
|
||||||
dialog.dismiss();
|
dialog.dismiss();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue