deprecate warning and todo for workaround fields
This commit is contained in:
parent
7f8abcf591
commit
f24949ba02
|
@ -18,7 +18,8 @@ class ConstraintChecker @Inject constructor(private val mainApp: MainApp) : Cons
|
|||
|
||||
companion object {
|
||||
@JvmStatic
|
||||
lateinit var instance: ConstraintChecker
|
||||
@Deprecated("Get via Dagger. Will be removed once fully transitioned to Dagger")
|
||||
lateinit var instance: ConstraintChecker //TODO: remove as soon as Dagger is fully set up
|
||||
}
|
||||
|
||||
fun isLoopInvocationAllowed(): Constraint<Boolean> =
|
||||
|
|
Loading…
Reference in a new issue