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

Commit bc8bd843 authored by Wei Wang's avatar Wei Wang Committed by Android Git Automerger
Browse files

am 0ade0e52: fix build error on kwd

* commit '0ade0e52':
  fix build error on kwd
parents 8fa0ab75 0ade0e52
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -130,7 +130,7 @@ public class GattServiceStateMachine extends StateMachine {
        mIdle = new Idle();
        mAdvertiseStarting = new AdvertiseStarting();
        mAdvertiseClients = new HashMap<Integer, AdvertiseClient>();
        mFilterIndexStack = new ArrayDeque<>();
        mFilterIndexStack = new ArrayDeque<Integer>();
        mClientFilterIndexMap = new HashMap<Integer, Deque<Integer>>();
        initFilterIndexStack();