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

Commit df192a47 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android (Google) Code Review
Browse files

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

parents ec233212 9a35d78c
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);