commit
This commit is contained in:
parent
c074645470
commit
e587ae56c2
2 changed files with 2 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ android {
|
|||
|
||||
lintOptions{
|
||||
disable 'MissingTranslation'
|
||||
disable 'RestrictedApi'
|
||||
}
|
||||
|
||||
android.applicationVariants.configureEach { variant ->
|
||||
|
|
|
|||
|
|
@ -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?,
|
||||
|
|
|
|||
Loading…
Reference in a new issue