Skip to content

Commit

Permalink
Bugfix: Track list not updating recording status correctly.
Browse files Browse the repository at this point in the history
Fixes #1934.
Fixes #1982.
  • Loading branch information
dennisguse committed Sep 8, 2024
1 parent 00258fd commit d04e75c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,12 @@ public void swapData(Cursor cursor) {

public void updateRecordingStatus(RecordingStatus recordingStatus) {
this.recordingStatus = recordingStatus;
this.notifyDataSetChanged();
}

public void updateUnitSystem(UnitSystem unitSystem) {
this.unitSystem = unitSystem;
this.notifyDataSetChanged();
}

@Override
Expand Down

0 comments on commit d04e75c

Please sign in to comment.