Minor lint fixes
This commit is contained in:
@@ -88,6 +88,8 @@ class InterceptActivity : BaseViewBindingActivity<EhActivityInterceptBinding>()
|
||||
.setOnDismissListener { onBackPressed() }
|
||||
.show()
|
||||
}
|
||||
InterceptResult.Idle -> Unit
|
||||
InterceptResult.Loading -> Unit
|
||||
}
|
||||
}
|
||||
.launchIn(lifecycleScope)
|
||||
|
||||
Reference in New Issue
Block a user