Commit a654c5d6 authored by Max Kellermann's avatar Max Kellermann

Revert "android: Fix MPD shutdown from settings UI"

This reverts commit 94b5b9f3. It was not necessary for branch v0.23.x because there, Break() is thread-safe; this was only changed later by commit a3b32819b1578a261c1cc40cc384c8af3ed8fb0f
parent c5d6aa16
......@@ -669,7 +669,7 @@ JNIEXPORT void JNICALL
Java_org_musicpd_Bridge_shutdown(JNIEnv *, jclass)
{
if (global_instance != nullptr)
global_instance->event_loop.InjectBreak();
global_instance->Break();
}
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