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

Commit 2e38a438 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "csis: Initialize discovering group to invalid value"

parents 9ba28e2e e23edc2b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1729,7 +1729,7 @@ class CsisClientImpl : public CsisClient {
  std::list<std::shared_ptr<CsisDevice>> devices_;
  std::list<std::shared_ptr<CsisGroup>> csis_groups_;
  DeviceGroups* dev_groups_;
  int discovering_group_;
  int discovering_group_ = -1;
};

class DeviceGroupsCallbacksImpl : public DeviceGroupsCallbacks {