You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With APIs 20 and above, the code works fine and produces a list of Drivers. But 4.4.4 and below returns an empty list (no error).
I've found a work around for the moment by using whereContainedIn() and comparing the "driver" column to a List with the single Driver object, where the "driver" column is an Array of Drivers.
JobDriver Table:
The text was updated successfully, but these errors were encountered:
With com.parse:parse-android:1.13.1, I'm unable to use the function whereEqualTo with pointers for devices less than API 20. Take my code below:
With APIs 20 and above, the code works fine and produces a list of Drivers. But 4.4.4 and below returns an empty list (no error).
I've found a work around for the moment by using whereContainedIn() and comparing the "driver" column to a List with the single Driver object, where the "driver" column is an Array of Drivers.
JobDriver Table:
![image](https://cloud.githubusercontent.com/assets/471415/17794555/5c9b0118-6565-11e6-9bf9-4b7416ec2d92.png)
The text was updated successfully, but these errors were encountered: