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

Commit f43b0e09 authored by Yorke Lee's avatar Yorke Lee Committed by Android (Google) Code Review
Browse files

Merge "Fix typo in Call.Details.propertiesToString" into mnc-dev

parents ffff74ab be2a4a24
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -380,7 +380,7 @@ public final class Call {
                builder.append(" PROPERTY_HIGH_DEF_AUDIO");
            }
            if (hasProperty(properties, PROPERTY_EMERGENCY_CALLBACK_MODE)) {
                builder.append(" EMERGENCY_CALLBACK_MODE");
                builder.append(" PROPERTY_EMERGENCY_CALLBACK_MODE");
            }
            builder.append("]");
            return builder.toString();