Merge "Add finish() after timeout of Reqeust Arc operations."

This commit is contained in:
Jungshik Jang
2014-05-22 02:42:19 +00:00
committed by Android (Google) Code Review

View File

@@ -96,5 +96,6 @@ abstract class RequestArcAction extends FeatureAction {
return;
}
disableArcTransmission();
finish();
}
}