Finally fixed issue with crash on launch.
This commit is contained in:
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)
|
||||
|
||||
|
||||
Reference in new issue
Block a user