mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-04 16:18:55 +01: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