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

Commit eeded357 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "RootCanal: Uninitialized member in rootcanal/hal" into main am: 696f7da8

parents 2801ae4e 696f7da8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ class BluetoothDeathRecipient : public hidl_death_recipient {
  void setHasDied(bool has_died) { has_died_ = has_died; }

 private:
  bool has_died_;
  bool has_died_{false};
};

BluetoothHci::BluetoothHci()