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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user