Skip to content

Commit

Permalink
Fixed unreachable
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSluffy committed Jan 8, 2024
1 parent bcdbed4 commit 3cb30ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/com/android/launcher3/CellLayout.java
Original file line number Diff line number Diff line change
Expand Up @@ -2888,7 +2888,6 @@ public boolean isOccupied(int x, int y) {
} else {
throw new RuntimeException("Position exceeds the bound of this CellLayout");
}
return true;
}

@Override
Expand Down

0 comments on commit 3cb30ba

Please sign in to comment.