Commit 522901b88d697c7f28366a8b05953a9ebf299e13

Sam Lantinga 2017-11-02T08:46:14

Fixed bug 3933 - Android, no need of the listener thread Sylvain A listener thread has been added to know when the native thread would end. But now, it is more easy to only check that after the main function has returned. It's one thread less.