mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-21 19:53:56 +00:00
chore: add annotation to instance
This commit is contained in:
@@ -151,6 +151,9 @@ class App : MultiDexApplication() {
|
||||
}
|
||||
|
||||
companion object {
|
||||
/** Reference to the application context.
|
||||
*
|
||||
* USE WITH EXTREME CAUTION!**/
|
||||
var instance: App? = null
|
||||
var context: Context? = null
|
||||
fun currentContext(): Context? {
|
||||
|
||||
Reference in New Issue
Block a user