Skip to content

Commit e24ee33

Browse files
Update android/sdl_android/src/main/java/com/smartdevicelink/util/SdlAppInfo.java
Co-Authored-By: Joey Grover <joeygrover@gmail.com>
1 parent e343cc2 commit e24ee33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/sdl_android/src/main/java/com/smartdevicelink/util/SdlAppInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public int compare(SdlAppInfo one, SdlAppInfo two) {
161161
return (updateTime < 0 ? -1 : 1);
162162
}
163163
}else{
164-
return versionCompare;
164+
return (versionCompare < 0 ? -1 : 1);
165165
}
166166

167167
}else{

0 commit comments

Comments
 (0)