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

Commit 239288cf authored by Santos Cordon's avatar Santos Cordon Committed by Android (Google) Code Review
Browse files

Merge "Fix ringback return value." into mnc-dev

parents 7d01d2c6 15d63c71
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -635,7 +635,7 @@ public final class RemoteConnection {
     *         ringback tone on its behalf.
     */
    public boolean isRingbackRequested() {
        return false;
        return mRingbackRequested;
    }

    /**