mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-27 22:05:53 +08:00
@@ -6,8 +6,8 @@ class AudioSessionHandler {
|
||||
late AudioSession session;
|
||||
bool _playInterrupted = false;
|
||||
|
||||
void setActive(bool active) {
|
||||
session.setActive(active);
|
||||
Future<bool> setActive(bool active) {
|
||||
return session.setActive(active);
|
||||
}
|
||||
|
||||
AudioSessionHandler() {
|
||||
|
||||
Reference in New Issue
Block a user