This commit is contained in:
zaednasr 2024-08-31 21:55:50 +02:00
parent c074645470
commit e587ae56c2
No known key found for this signature in database
GPG key ID: 92B1DE23AD3D0E9E
2 changed files with 2 additions and 0 deletions

View file

@ -83,6 +83,7 @@ android {
lintOptions{
disable 'MissingTranslation'
disable 'RestrictedApi'
}
android.applicationVariants.configureEach { variant ->

View file

@ -55,6 +55,7 @@ class DownloadCommandFragment(private val resultItem: ResultItem? = null, privat
lateinit var downloadItem: DownloadItem
@SuppressLint("RestrictedApi")
override fun onCreateView(
inflater: LayoutInflater,
container: ViewGroup?,