[UI] Fix debugging fragment icon missing.

This commit is contained in:
Kuba Szczodrzyński 2021-03-25 19:38:00 +01:00
parent a5f5c740c9
commit c5eb67271e

View File

@ -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) })
}
}