Removed overriding Back press
This commit is contained in:
parent
40b168cbeb
commit
cd7e29c518
4 changed files with 0 additions and 20 deletions
|
|
@ -82,10 +82,6 @@ class MainActivity : SimpleActivity() {
|
|||
override fun onResume() {
|
||||
super.onResume()
|
||||
|
||||
if (intent.getBooleanExtra(EXIT, false)) {
|
||||
finish()
|
||||
return
|
||||
}
|
||||
if (storedTextColor != config.textColor) {
|
||||
(conversations_list.adapter as? ConversationsAdapter)?.updateTextColor(config.textColor)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue