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{
|
lintOptions{
|
||||||
disable 'MissingTranslation'
|
disable 'MissingTranslation'
|
||||||
|
disable 'RestrictedApi'
|
||||||
}
|
}
|
||||||
|
|
||||||
android.applicationVariants.configureEach { variant ->
|
android.applicationVariants.configureEach { variant ->
|
||||||
|
|
|
||||||
|
|
@ -55,6 +55,7 @@ class DownloadCommandFragment(private val resultItem: ResultItem? = null, privat
|
||||||
|
|
||||||
lateinit var downloadItem: DownloadItem
|
lateinit var downloadItem: DownloadItem
|
||||||
|
|
||||||
|
@SuppressLint("RestrictedApi")
|
||||||
override fun onCreateView(
|
override fun onCreateView(
|
||||||
inflater: LayoutInflater,
|
inflater: LayoutInflater,
|
||||||
container: ViewGroup?,
|
container: ViewGroup?,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue