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

Commit 9a35d78c authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Fix to call VoiceInteractionSession.onDestroy().

Change-Id: I2b4f19538700c691dac3a83aadfa0959ef1fe458
parent 0068d3dc
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);