Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f6b7952d authored by Jack He's avatar Jack He Committed by Automerger Merge Worker
Browse files

Merge "Check cached command for ack_pause" into tm-dev am: 90c4eb32

parents 3ae2d689 90c4eb32
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -252,7 +252,7 @@ void LeAddressManager::ack_pause(LeAddressManagerCallback* callback) {
  }
  }


  if (address_policy_ != AddressPolicy::POLICY_NOT_SET) {
  if (address_policy_ != AddressPolicy::POLICY_NOT_SET) {
    handle_next_command();
    check_cached_commands();
  }
  }
}
}