mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-22 09:08:45 +00: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