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

Commit 08d6c72d authored by Svetoslav Ganov's avatar Svetoslav Ganov Committed by Android Git Automerger
Browse files

am ec2bf4ca: Merge "UI test automation not working." into jb-dev

* commit 'ec2bf4ca':
  UI test automation not working.
parents ac9f5057 ec2bf4ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1068,7 +1068,7 @@ public class AccessibilityManagerService extends IAccessibilityManager.Stub {
        /**
         * Handler for delayed event dispatch.
         */
        public Handler mHandler = new Handler() {
        public Handler mHandler = new Handler(mMainHandler.getLooper()) {
            @Override
            public void handleMessage(Message message) {
                final int type = message.what;