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

Commit 162d2b37 authored by Chienyuan's avatar Chienyuan
Browse files

Check cached command for ack_pause

Bug: 238850064
Test: gd/cert/run
Tag: #refactor
Change-Id: Iec306c4287ed53fedd920ec694a2e48fa9e0d9ce
(cherry picked from commit f438c3d8)
parent d2eb9a08
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -240,7 +240,7 @@ void LeAddressManager::ack_pause(LeAddressManagerCallback* callback) {
  }

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