Skip to content
  • Jonas Dreßler's avatar
    status/bluetooth: Clear list of connected signals on adapter changes · eeabdd15
    Jonas Dreßler authored and Marge Bot's avatar Marge Bot committed
    With the porting of gnome-bluetooth to the new GListModel API the
    behavior regarding removing adapters changed: It now no longer
    guarantees to emit "device-removed" signals for the paired devices when
    the adapter gets removed.
    
    This means we need to do that ourselves now, so clear the list of
    connected signals when the default adapter changes.
    
    Part-of: <!2214>
    eeabdd15