Skip to content
Snippets Groups Projects
Commit da204866 authored by Volker Richert's avatar Volker Richert
Browse files

create a copy of lastPumpStatus

parent 4e151e3e
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ public class DataStore {
}
public void setLastPumpStatus(PumpStatusEvent lastPumpStatus) {
this.lastPumpStatus = mRealm.copyFromRealm(lastPumpStatus);;
this.lastPumpStatus = mRealm.copyFromRealm(lastPumpStatus);
}
public int getUplooaderBatteryLevel() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment