treat navigation click on Back
This commit is contained in:
parent
61fc52f303
commit
6d5850a2dd
1 changed files with 3 additions and 0 deletions
|
@ -1039,6 +1039,9 @@ class MainActivity : SimpleActivity(), RefreshRecyclerViewListener {
|
|||
|
||||
private fun showBackNavigationArrow() {
|
||||
main_toolbar.navigationIcon = resources.getColoredDrawableWithColor(R.drawable.ic_arrow_left_vector, getProperStatusBarColor().getContrastColor())
|
||||
main_toolbar.setNavigationOnClickListener {
|
||||
onBackPressed()
|
||||
}
|
||||
}
|
||||
|
||||
private fun refreshViewPager() {
|
||||
|
|
Loading…
Reference in a new issue