Skip to content

Commit

Permalink
Remove un used location on screen array
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrDeveloper committed May 11, 2022
1 parent 9f8efa6 commit 9ebef67
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -665,9 +665,6 @@ public void clearPairCompleteMap() {

@Override
public void showDropDown() {
final int[] screenPoint = new int[2];
getLocationOnScreen(screenPoint);

final Layout layout = getLayout();
final int position = getSelectionStart();
final int line = layout.getLineForOffset(position);
Expand Down

0 comments on commit 9ebef67

Please sign in to comment.