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

Commit f4b2f519 authored by Rhed Jao's avatar Rhed Jao Committed by Android (Google) Code Review
Browse files

Merge "Add tests for AbstractAccessibilityServiceConnection"

parents 65a36c61 d444a9ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -297,7 +297,7 @@ abstract class AbstractAccessibilityServiceConnection extends IAccessibilityServ
    }

    public boolean canReceiveEventsLocked() {
        return (mEventTypes != 0 && mFeedbackType != 0 && mService != null);
        return (mEventTypes != 0 && mService != null);
    }

    @Override
+797 −0

File added.

Preview size limit exceeded, changes collapsed.