Commit 94b5b9f3 authored by Colin Edwards's avatar Colin Edwards Committed by Max Kellermann

android: Fix MPD shutdown from settings UI

parent a9467513
......@@ -669,7 +669,7 @@ JNIEXPORT void JNICALL
Java_org_musicpd_Bridge_shutdown(JNIEnv *, jclass)
{
if (global_instance != nullptr)
global_instance->Break();
global_instance->event_loop.InjectBreak();
}
gcc_visibility_default
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment