Show playback speed in dialog even when not playing (#6685)

This commit is contained in:
ByteHamster 2023-10-06 08:18:17 +02:00 committed by GitHub
parent da200f6139
commit 3fae29b375
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ public class VariableSpeedDialog extends BottomSheetDialogFragment {
};
controller.init();
EventBus.getDefault().register(this);
updateSpeed(new SpeedChangedEvent(controller.getCurrentPlaybackSpeedMultiplier()));
}
@Override