Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c3805604 authored by Arian's avatar Arian
Browse files

VolumeDialogImpl: Reschedule the timeout on clicks on captions

Change-Id: Ie98813a91396f3c3a84aeac8a609071c5cc315f6
parent e97818f3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -707,6 +707,7 @@ public class VolumeDialogImpl implements VolumeDialog,
    private void initODICaptionsH() {
        if (mODICaptionsIcon != null) {
            mODICaptionsIcon.setOnConfirmedTapListener(() -> {
                rescheduleTimeoutH();
                onCaptionIconClicked();
                Events.writeEvent(Events.EVENT_ODI_CAPTIONS_CLICK);
            }, mHandler);