Minor lint fixes

This commit is contained in:
Jobobby04
2021-12-02 20:54:54 -05:00
parent 42da9abe3e
commit 21346eefe2
5 changed files with 8 additions and 7 deletions
@@ -88,6 +88,8 @@ class InterceptActivity : BaseViewBindingActivity<EhActivityInterceptBinding>()
.setOnDismissListener { onBackPressed() }
.show()
}
InterceptResult.Idle -> Unit
InterceptResult.Loading -> Unit
}
}
.launchIn(lifecycleScope)