https://github.com/frc1678/viewer-2019-android/blob/376bcfdebfa4d298abba2f5d08ff1812f72ec1cc/androidviewertools/src/main/java/com/example/evan/androidviewertools/match_listing/MatchesAdapter.java#L254 Empty catch blocks usually aren't great practice. Instead, check for the error when it happens and actually handle it, don't just ignore it.
viewer-2019-android/androidviewertools/src/main/java/com/example/evan/androidviewertools/match_listing/MatchesAdapter.java
Line 254 in 376bcfd
Empty catch blocks usually aren't great practice. Instead, check for the error when it happens and actually handle it, don't just ignore it.