mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-09 17:48:19 +00:00
d4f47c2a55
Restarting the client previously did not work, as the `shell_execute` function on Android uses `fork` which is not supported. Now, the client is restarted by using an Android intent to restart the main activity. This is triggered by sending a user-defined message from the native code to the SDL main activity thread. |
||
---|---|---|
.. | ||
android_main.cpp | ||
android_main.h |