Remove useless override

This commit is contained in:
Benoit Marty 2020-12-14 15:14:46 +01:00
parent eb72d0c6d3
commit 8022430f0d
1 changed files with 0 additions and 4 deletions

View File

@ -347,10 +347,6 @@ open class LoginActivity : VectorBaseActivity(), ToolbarConfigurable, UnlockedAc
}
}
override fun onBackPressed() {
super.onBackPressed()
}
override fun configure(toolbar: Toolbar) {
configureToolbar(toolbar)
}