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

Commit 151c4eb4 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am c8c42a7c: Merge "Fix to call VoiceInteractionSession.onDestroy()." into lmp-dev

* commit 'c8c42a7cab25d1d7e5c774dfaa9241131cb4eb15':
  Fix to call VoiceInteractionSession.onDestroy().
parents ab42b32f df192a47
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -448,6 +448,7 @@ public abstract class VoiceInteractionSession implements KeyEvent.Callback {
    }

    void doDestroy() {
        onDestroy();
        if (mInitialized) {
            mRootView.getViewTreeObserver().removeOnComputeInternalInsetsListener(
                    mInsetsComputer);