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

Commit 0ade0e52 authored by Wei Wang's avatar Wei Wang
Browse files

fix build error on kwd

Change-Id: I29debb4ea6a1bb33e2a5e182b86c066179f8ac92
parent ae07af75
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -130,7 +130,7 @@ public class GattServiceStateMachine extends StateMachine {
        mIdle = new Idle();
        mIdle = new Idle();
        mAdvertiseStarting = new AdvertiseStarting();
        mAdvertiseStarting = new AdvertiseStarting();
        mAdvertiseClients = new HashMap<Integer, AdvertiseClient>();
        mAdvertiseClients = new HashMap<Integer, AdvertiseClient>();
        mFilterIndexStack = new ArrayDeque<>();
        mFilterIndexStack = new ArrayDeque<Integer>();
        mClientFilterIndexMap = new HashMap<Integer, Deque<Integer>>();
        mClientFilterIndexMap = new HashMap<Integer, Deque<Integer>>();
        initFilterIndexStack();
        initFilterIndexStack();