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

Commit c3f3048d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Make InputBindResult#accessibilitySessions final"

parents eb8161a0 ae8a46b1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -184,7 +184,7 @@ public final class InputBindResult implements Parcelable {
    /**
     * The accessibility services.
     */
    public SparseArray<IAccessibilityInputMethodSession> accessibilitySessions;
    public final SparseArray<IAccessibilityInputMethodSession> accessibilitySessions;

    /**
     * The input channel used to send input events to this IME.