Rename package to org.fossify.messages
This commit is contained in:
parent
d71db351ca
commit
e2f83f49da
106 changed files with 417 additions and 418 deletions
11
app/src/main/kotlin/org/fossify/messages/App.kt
Normal file
11
app/src/main/kotlin/org/fossify/messages/App.kt
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
package org.fossify.messages
|
||||
|
||||
import android.app.Application
|
||||
import org.fossify.commons.extensions.checkUseEnglish
|
||||
|
||||
class App : Application() {
|
||||
override fun onCreate() {
|
||||
super.onCreate()
|
||||
checkUseEnglish()
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue