InstallActivity: Extend AppCompatActivity instead of Activity

This lets us use hilt for dependency injection here

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-01-20 18:37:27 +05:30
parent 8de734761f
commit 87b4301eb1
3 changed files with 15 additions and 3 deletions

View File

@@ -93,7 +93,7 @@
<activity
android:name=".data.activity.InstallActivity"
android:exported="false"
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
android:theme="@style/AppTheme.Translucent" />
<!-- DownloadWorker -->
<service