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
A playoff match where the overall score was tied will display "teams A-B-C tied D-E-F scoring X-X" in the notification, even in cases when the tie was broken. (Since #734, this is displayed correctly in the app when selecting the notification.)
I suspect this is the cause (but I don't have a dev environment set up to test it). The winning_alliance field from the API should be correct (example).
A playoff match where the overall score was tied will display "teams A-B-C tied D-E-F scoring X-X" in the notification, even in cases when the tie was broken. (Since #734, this is displayed correctly in the app when selecting the notification.)
I suspect this is the cause (but I don't have a dev environment set up to test it). The
winning_alliance
field from the API should be correct (example).the-blue-alliance-android/android/src/main/java/com/thebluealliance/androidclient/gcm/notifications/ScoreNotification.java
Lines 125 to 126 in aa32803
The text was updated successfully, but these errors were encountered: