Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.

Commit 604e386

Browse files
author
Evgeniy Kanivets
committed
Fixed bug with concurrent access to list of records
1 parent cbd83c7 commit 604e386

File tree

1 file changed

+2
-0
lines changed
  • app/src/main/java/com/blogspot/e_kanivets/moneytracker/helper

1 file changed

+2
-0
lines changed

app/src/main/java/com/blogspot/e_kanivets/moneytracker/helper/MTHelper.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ public void deleteRecordById(int id) {
131131
//notify observers
132132
setChanged();
133133
notifyObservers();
134+
135+
break;
134136
}
135137
}
136138
}

0 commit comments

Comments
 (0)