Remove unused constants
This commit is contained in:
parent
76c4d01ee7
commit
19a132c596
1 changed files with 0 additions and 6 deletions
|
@ -26,12 +26,6 @@ class OmnipodDashManagerImpl @Inject constructor(
|
|||
private val aapsSchedulers: AapsSchedulers
|
||||
) : OmnipodDashManager {
|
||||
|
||||
companion object {
|
||||
|
||||
const val PRIME_BOLUS_DURATION_SECONDS = 35L
|
||||
const val CANNULA_INSERTION_BOLUS_DURATION_SECONDS = 10L
|
||||
}
|
||||
|
||||
private val observePodReadyForActivationPart1: Observable<PodEvent>
|
||||
get() = Observable.defer {
|
||||
if (podStateManager.activationProgress.isBefore(ActivationProgress.PHASE_1_COMPLETED)) {
|
||||
|
|
Loading…
Reference in a new issue