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

Commit 358164c0 authored by Jungshik Jang's avatar Jungshik Jang
Browse files

Add finish() after timeout of Reqeust Arc operations.

If <Request ARC Initiation> and <Request ARC Termination>
receive no <Initiate ARC> and <Termniate ARC> and
it should clean up itself, i.e call finish().

Change-Id: Id10fbe416cf5f5ab836935a1b560864b5cbd3b83
parent e1a2e26a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -96,5 +96,6 @@ abstract class RequestArcAction extends FeatureAction {
            return;
        }
        disableArcTransmission();
        finish();
    }
}