chore: add annotation to instance

This commit is contained in:
TwistedUmbrellaX
2024-03-20 09:40:13 -04:00
parent 9efffdd31e
commit ef45444de1

View File

@@ -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? {