Enable global app locking!

This commit is contained in:
Naveen Singh committed 2025-03-17 02:34:38 +05:30
1 parent 07b6388204
commit 072a690bca
1 file changed
+3 -7
+3 -7
View File
@@ -1,11 +1,7 @@
package org.fossify.notes
import android.app.Application
import org.fossify.commons.extensions.checkUseEnglish
import org.fossify.commons.FossifyApp
class App : Application() {
override fun onCreate() {
super.onCreate()
checkUseEnglish()
}
class App : FossifyApp() {
override val isAppLockFeatureAvailable = true
}