mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-27 11:37:51 +02:00
Code cleanup
Release v6.6.0 Cleanup changelog
This commit is contained in:
@ -37,8 +37,8 @@ class LockController : NucleusController<LockPresenter>() {
|
||||
|
||||
override fun getTitle() = "Application locked"
|
||||
|
||||
override fun onViewCreated(view: View, savedViewState: Bundle?) {
|
||||
super.onViewCreated(view, savedViewState)
|
||||
override fun onViewCreated(view: View) {
|
||||
super.onViewCreated(view)
|
||||
|
||||
if(!lockEnabled(prefs)) {
|
||||
closeLock()
|
||||
|
Reference in New Issue
Block a user