mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-07-25 01:45:22 +00:00
init
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package com.bitchat.android
|
||||
|
||||
import android.app.Application
|
||||
|
||||
/**
|
||||
* Main application class for bitchat Android
|
||||
*/
|
||||
class BitchatApplication : Application() {
|
||||
|
||||
override fun onCreate() {
|
||||
super.onCreate()
|
||||
|
||||
// Initialize any global services or configurations
|
||||
// For now, keep it simple
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user