Finally fixed issue with crash on launch.

This commit is contained in:
aminecmi
2019-05-17 20:28:21 +02:00
parent f48f6ed788
commit 84f1ab12cf
2 changed files with 3 additions and 3 deletions

View File

@ -629,7 +629,7 @@ class HomeActivity : AppCompatActivity(), SearchView.OnQueryTextListener {
}
}
} else {
item.withIcon(R.mipmap.ic_launcher_round)
item.withIcon(R.mipmap.ic_launcher)
}
drawer.addItem(item)