Android: Remove no-op call to processEvents()
The call does nothing as it's always called from the Android thread, meaning there are no events, or even eventloop. Change-Id: I6c03b6ebe74bc52af45bc295b42aa01ad6d51157 Reviewed-by: BogDan Vatra <bogdan@kdab.com>
This commit is contained in:
parent
235b4cac1d
commit
da104aa308
@ -686,7 +686,6 @@ static void updateApplicationState(JNIEnv */*env*/, jobject /*thiz*/, jint state
|
|||||||
|
|
||||||
// Don't send timers and sockets events anymore if we are going to hide all windows
|
// Don't send timers and sockets events anymore if we are going to hide all windows
|
||||||
QAndroidEventDispatcherStopper::instance()->goingToStop(true);
|
QAndroidEventDispatcherStopper::instance()->goingToStop(true);
|
||||||
QCoreApplication::processEvents();
|
|
||||||
QWindowSystemInterface::handleApplicationStateChanged(Qt::ApplicationState(state));
|
QWindowSystemInterface::handleApplicationStateChanged(Qt::ApplicationState(state));
|
||||||
if (state == Qt::ApplicationSuspended)
|
if (state == Qt::ApplicationSuspended)
|
||||||
QAndroidEventDispatcherStopper::instance()->stopAll();
|
QAndroidEventDispatcherStopper::instance()->stopAll();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user