We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b6388 commit 072a690Copy full SHA for 072a690
1 file changed
app/src/main/kotlin/org/fossify/notes/App.kt
@@ -1,11 +1,7 @@
1
package org.fossify.notes
2
3
-import android.app.Application
4
-import org.fossify.commons.extensions.checkUseEnglish
+import org.fossify.commons.FossifyApp
5
6
-class App : Application() {
7
- override fun onCreate() {
8
- super.onCreate()
9
- checkUseEnglish()
10
- }
+class App : FossifyApp() {
+ override val isAppLockFeatureAvailable = true
11
}
0 commit comments