feat: commit to the prank...

This commit is contained in:
TwistedUmbrellaX 2024-03-20 19:15:07 -04:00
parent 125a95285d
commit 958aa634b1
4 changed files with 27 additions and 6 deletions

View file

@ -151,10 +151,10 @@ class App : MultiDexApplication() {
}
companion object {
private var instance: App? = null
/** Reference to the application context.
*
* USE WITH EXTREME CAUTION!**/
var instance: App? = null
var context: Context? = null
fun currentContext(): Context? {
return instance?.mFTActivityLifecycleCallbacks?.currentActivity ?: context