Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jahirfiquitiva committed May 17, 2020
1 parent dba10a6 commit a1837b8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,7 @@ abstract class BlueprintActivity : FramesActivity(), RequestCallback {

loadIconsCategories()
if (isIconsPicker) {
if (currentItemId != R.id.icons)
bottomNavigation?.setSelectedItemId(R.id.icons, true)
if (currentItemId != R.id.icons) selectNavigationItem(R.id.icons)
} else {
loadPreviewIcons()
if (boolean(R.bool.show_overview)) templatesViewModel.loadComponents()
Expand Down

0 comments on commit a1837b8

Please sign in to comment.