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

Commit f73c9a59 authored by Justin Ghan's avatar Justin Ghan Committed by Android (Google) Code Review
Browse files

Merge "Invalidate connectionless handwriting availability cache when enabled...

Merge "Invalidate connectionless handwriting availability cache when enabled setting changes" into main
parents 9f53f533 b0da69e3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -811,6 +811,8 @@ public final class InputMethodManagerService implements IInputMethodManagerImpl.
                    }
                } else if (stylusHandwritingEnabledUri.equals(uri)) {
                    InputMethodManager.invalidateLocalStylusHandwritingAvailabilityCaches();
                    InputMethodManager
                            .invalidateLocalConnectionlessStylusHandwritingAvailabilityCaches();
                } else {
                    boolean enabledChanged = false;
                    String newEnabled = InputMethodSettingsRepository.get(mCurrentUserId)