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

Commit ef9225e0 authored by Felipe Leme's avatar Felipe Leme
Browse files

Fixed flags when button that trigger autofill is clicked.

Test: atest CtsAutoFillServiceTestCases:SimpleSaveActivityTest#testExplicitySaveButton
Test: manual observation
Fixes: 72937886

Change-Id: Iad8ee6ff6540b07137c8e90c7bb6e77a9fe27a7c
parent 71120e1b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6546,7 +6546,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
            } finally {
                // Set it to already called so it's not called twice when called by
                // performClickInternal()
                mPrivateFlags |= ~PFLAG_NOTIFY_AUTOFILL_MANAGER_ON_CLICK;
                mPrivateFlags &= ~PFLAG_NOTIFY_AUTOFILL_MANAGER_ON_CLICK;
            }
        }
    }