Skip to content

Commit

Permalink
Made the touch fix Android only
Browse files Browse the repository at this point in the history
  • Loading branch information
SMJSGaming committed Jun 25, 2024
1 parent 7b5ca9a commit 6eb1da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nodes/lists/TouchFixList.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ void TouchFixList::draw() {

ListView::draw();

#ifdef GEODE_IS_WINDOWS
#ifndef GEODE_ANDROID
if (popupHandler && listHandler) {
dispatcher->setPriority(popupHandler->getPriority(), listHandler->getDelegate());
}
Expand Down

0 comments on commit 6eb1da1

Please sign in to comment.