You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
MusicPlayer app: fix end of song when app is closed
This commit is contained in:
@@ -126,4 +126,4 @@ class FullscreenPlayer(Activity):
|
||||
if result:
|
||||
text = result
|
||||
print(f"AudioPlayer finished: {text}")
|
||||
update_ui_threadsafe_if_foreground(self._filename_label.set_text, text)
|
||||
self.update_ui_threadsafe_if_foreground(self._filename_label.set_text, text)
|
||||
|
||||
Reference in New Issue
Block a user