Skip to content

Commit 072a690

Browse files
committed
Enable global app locking!
1 parent 07b6388 commit 072a690

File tree

1 file changed

+3
-7
lines changed
  • app/src/main/kotlin/org/fossify/notes

1 file changed

+3
-7
lines changed
Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
package org.fossify.notes
22

3-
import android.app.Application
4-
import org.fossify.commons.extensions.checkUseEnglish
3+
import org.fossify.commons.FossifyApp
54

6-
class App : Application() {
7-
override fun onCreate() {
8-
super.onCreate()
9-
checkUseEnglish()
10-
}
5+
class App : FossifyApp() {
6+
override val isAppLockFeatureAvailable = true
117
}

0 commit comments

Comments
 (0)