SuppressLint ResourceType in MainActivity

This commit is contained in:
Jays2Kings 2022-05-06 13:50:52 -04:00
parent e32a39e525
commit ab4c2938d8

View file

@ -121,6 +121,7 @@ import kotlin.math.abs
import kotlin.math.min
import kotlin.math.roundToLong
@SuppressLint("ResourceType")
open class MainActivity : BaseActivity<MainActivityBinding>(), DownloadServiceListener {
protected lateinit var router: Router