forked from github/szkolny
[UI] Fix debugging fragment icon missing.
This commit is contained in:
parent
a5f5c740c9
commit
c5eb67271e
@ -551,7 +551,7 @@ class MainActivity : AppCompatActivity(), CoroutineScope {
|
||||
if (App.devMode) {
|
||||
bottomSheet += BottomSheetPrimaryItem(false)
|
||||
.withTitle(R.string.menu_debug)
|
||||
.withIcon(CommunityMaterial.Icon.cmd_android_studio)
|
||||
.withIcon(CommunityMaterial.Icon.cmd_android_debug_bridge)
|
||||
.withOnClickListener(View.OnClickListener { loadTarget(DRAWER_ITEM_DEBUG) })
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user