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

Unverified Commit 678a06b7 authored by HrX03's avatar HrX03 Committed by Arian
Browse files

VolumeDialogImpl: Remove insets listener on dismiss



Signed-off-by: default avatarArian <arian.kulmer@web.de>
Change-Id: I880bfcedad40f2cd4f602709f2ba963aad5ac4cb
parent c3805604
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -989,6 +989,8 @@ public class VolumeDialogImpl implements VolumeDialog,
                    mAllyStream = -1;
                    mMusicHidden = false;
                    tryToRemoveCaptionsTooltip();
                    mDialog.getViewTreeObserver().removeOnComputeInternalInsetsListener(
                            mInsetsListener);
                    mController.notifyVisible(false);
                }, 50));
        if (!isLandscape() || !mShowActiveStreamOnly) animator.translationX(getAnimatorX());