use Cross button as Back at the customization activity
This commit is contained in:
parent
9e273f2c68
commit
7fee2ac6ba
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ buildscript {
|
|||
propMinSdkVersion = 21
|
||||
propTargetSdkVersion = propCompileSdkVersion
|
||||
propVersionCode = 1
|
||||
propVersionName = '5.16.4'
|
||||
propVersionName = '5.16.5'
|
||||
kotlin_version = '1.3.41'
|
||||
}
|
||||
|
||||
|
|
|
@ -99,7 +99,7 @@ class CustomizationActivity : BaseSimpleActivity() {
|
|||
override fun onCreateOptionsMenu(menu: Menu): Boolean {
|
||||
menuInflater.inflate(R.menu.menu_customization, menu)
|
||||
menu.findItem(R.id.save).isVisible = hasUnsavedChanges
|
||||
updateMenuItemColors(menu)
|
||||
updateMenuItemColors(menu, true)
|
||||
this.menu = menu
|
||||
return true
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue