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

Commit 86412e34 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge changes from topic "vts-rf" into rvc-dev am: 0f06a9fd am: 77a463b0

Change-Id: I2dbc1c80c11aaa9a34f1cc4b2b4dddd998d7696e
parents 9044cf4f 77a463b0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -81,6 +81,10 @@ Return<Result> Frontend::stopTune() {
Return<Result> Frontend::scan(const FrontendSettings& /* settings */, FrontendScanType /* type */) {
    ALOGV("%s", __FUNCTION__);

    FrontendScanMessage msg;
    msg.isLocked(true);
    mCallback->onScanMessage(FrontendScanMessageType::LOCKED, msg);

    return Result::SUCCESS;
}