Minor cleanups.
This commit is contained in:
parent
0e61032dec
commit
f970e5e20e
|
@ -477,7 +477,7 @@ public class ComboPlugin implements PluginBase, PumpInterface, ConstraintsInterf
|
|||
return new PumpEnactResult().success(true).enacted(false);
|
||||
}
|
||||
|
||||
BolusProgressReporter progressReporter = detailedBolusInfo.isSMB ? nullBolusProgressReporter : ComboPlugin.bolusProgressReporter;
|
||||
BolusProgressReporter progressReporter = detailedBolusInfo.isSMB ? nullBolusProgressReporter : bolusProgressReporter;
|
||||
|
||||
// start bolus delivery
|
||||
bolusInProgress = true;
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
|
||||
package="de.jotomo.ruffy">
|
||||
|
||||
<!--<application android:allowBackup="true" android:label="ruffy-spi"-->
|
||||
<!--android:supportsRtl="true">-->
|
||||
|
||||
<!--</application>-->
|
||||
|
||||
</manifest>
|
||||
|
|
|
@ -7,8 +7,7 @@ public interface BolusProgressReporter {
|
|||
DELIVERED,
|
||||
STOPPING,
|
||||
STOPPED,
|
||||
RECOVERING,
|
||||
FINISHED
|
||||
RECOVERING
|
||||
}
|
||||
|
||||
void report(State state, int percent, double delivered);
|
||||
|
|
Loading…
Reference in a new issue