mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-06-05 17:00:23 +02:00
appending package name with .pro
This commit is contained in:
11
app/src/main/kotlin/com/simplemobiletools/notes/pro/App.kt
Normal file
11
app/src/main/kotlin/com/simplemobiletools/notes/pro/App.kt
Normal file
@ -0,0 +1,11 @@
|
||||
package com.simplemobiletools.notes.pro
|
||||
|
||||
import android.app.Application
|
||||
import com.simplemobiletools.commons.extensions.checkUseEnglish
|
||||
|
||||
class App : Application() {
|
||||
override fun onCreate() {
|
||||
super.onCreate()
|
||||
checkUseEnglish()
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user