1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-08 04:20:09 +00:00

Android: Fix dismissing screen keyboard when interacting with TextEditor

This commit is contained in:
attila 2022-04-27 15:44:45 +02:00
parent 669782cdf4
commit 627afffeb4
6 changed files with 26 additions and 7 deletions

View file

@ -933,7 +933,7 @@ public:
if (! isTimerRunning())
startTimer (500);
}
}
//==============================================================================
void handlePaintCallback (jobject canvas, jobject paint)