muslimtv / flutter_playout

AV Playout in Flutter
BSD 3-Clause "New" or "Revised" License
152 stars 94 forks source link

A bug for Picture In Picture when back to home screen #85

Open Kimentanm opened 2 years ago

Kimentanm commented 2 years ago

When I open Background Mode in Xcode and back to home screen, The Picture In Picture will disappear quickly. And when i annotation this line code,it works Please fix, thanks

    /**
      detach player UI to keep audio playing in background
     */
    func applicationDidEnterBackground(_ application: UIApplication) {
       // self.playerViewController?.player = nil
    }
KhuramKhalid commented 2 years ago

Fixed in 2.0.2-rc2