Skip to content

Commit

Permalink
Resolve #4121
Browse files Browse the repository at this point in the history
  • Loading branch information
Pravin-Divraniya committed Mar 16, 2020
1 parent 541ee73 commit 78ecfd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ private static List<String> getLargerSizeKeys(int width, int height) {

boolean isFirstLargest = true;
List<String> result = new ArrayList<>();
int size = result.size();
int size = SORTED_SIZE_KEYS.size();
for (int i = 0; i < size; i++) {
int edge = SORTED_SIZE_KEYS.get(i);
if (largestEdge <= edge) {
Expand Down

0 comments on commit 78ecfd2

Please sign in to comment.