deprecate warning and todo for workaround fields
This commit is contained in:
parent
7f8abcf591
commit
f24949ba02
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ class ConstraintChecker @Inject constructor(private val mainApp: MainApp) : Cons
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
@JvmStatic
|
@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> =
|
fun isLoopInvocationAllowed(): Constraint<Boolean> =
|
||||||
|
|
Loading…
Reference in a new issue