Skip to content

Commit

Permalink
TrackRecordingActivity needs to update TrackDataHub onResume().
Browse files Browse the repository at this point in the history
Part of #719.
  • Loading branch information
dennisguse committed Apr 27, 2021
1 parent 887d470 commit 348f697
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@ protected void onResume() {

if (trackId != null) {
trackDataHub.loadTrack(trackId);
trackDataHub.setRecordingTrackId(trackId);
trackDataHub.setRecordingTrackPaused(recordingTrackPaused);
trackController.onResume(true, recordingTrackPaused);
}

Expand Down

0 comments on commit 348f697

Please sign in to comment.