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

Commit 370b17ac authored by Hall Liu's avatar Hall Liu Committed by Android (Google) Code Review
Browse files

Merge "Extend timeout for reusing a call disconnected via NOCIB" into nyc-mr1-dev

parents 6cfd6208 3d2cd5f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ public final class Timeouts {
     * in-call UI.
     */
    public static long getNewOutgoingCallCancelMillis(ContentResolver contentResolver) {
        return get(contentResolver, "new_outgoing_call_cancel_ms", 400L);
        return get(contentResolver, "new_outgoing_call_cancel_ms", 100000L);
    }

    /**