AuroraApp: Switch from GlobalScope to MainScope

Use MainScope instead of GlobalScope managed in the application class

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-05-02 12:22:06 +05:30
parent e142e4f00d
commit a75838a57d
8 changed files with 29 additions and 24 deletions

View File

@@ -59,7 +59,7 @@
android:required="false"/>
<application
android:name=".AuroraApplication"
android:name=".AuroraApp"
android:allowBackup="true"
android:banner="@drawable/ic_tv_banner"
android:enableOnBackInvokedCallback="true"