Update EventRefreshGui.java
This commit is contained in:
parent
be39a35d68
commit
68be6179f8
1 changed files with 11 additions and 0 deletions
|
@ -4,4 +4,15 @@ package info.nightscout.androidaps.events;
|
|||
* Created by mike on 13.06.2016.
|
||||
*/
|
||||
public class EventRefreshGui {
|
||||
|
||||
public boolean isSwitchToLast() {
|
||||
return switchToLast;
|
||||
}
|
||||
|
||||
private final boolean switchToLast;
|
||||
|
||||
public EventRefreshGui(boolean switchToLast){
|
||||
this.switchToLast = switchToLast;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue