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

Commit 56f400d4 authored by Sri Lakshmi Punuru's avatar Sri Lakshmi Punuru Committed by Steve Kondik
Browse files

InputMethodManager: Clear binding when the current input method is dead

Change-Id: I032ed06d6760d51061488650550f00fec40df263
parent 8e1366ce
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1348,6 +1348,7 @@ public final class InputMethodManager {
                    callback.finishedEvent(seq, false);
                } catch (RemoteException ex) {
                }
                clearBindingLocked();
            }
        }
    }