Add title to UnitConverterPickerActivity
This commit is contained in:
parent
56bf27d83d
commit
6ac47fa464
|
@ -32,6 +32,8 @@ class UnitConverterPickerActivity : SimpleActivity() {
|
||||||
startActivity(this)
|
startActivity(this)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
binding.unitConverterPickerToolbar.setTitle(R.string.unit_converter)
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onResume() {
|
override fun onResume() {
|
||||||
|
|
Loading…
Reference in New Issue