Finally fixed issue with crash on launch.

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

No files matched your search

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