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

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

am f66efab4: fix build error on kwd

* commit 'f66efab4':
  fix build error on kwd
parents 1c49c64e f66efab4
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();