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

Commit 9275f47c authored by Brad Ebinger's avatar Brad Ebinger Committed by Automerger Merge Worker
Browse files

Merge "Remove leading space included in the ServiceDescription for ChatBot" am: a74775e5

Original change: https://android-review.googlesource.com/c/platform/frameworks/opt/net/ims/+/1753206

Change-Id: Id450454f06434c1d977815824b4d64d9cf96cab0
parents 353edb84 a74775e5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -134,14 +134,14 @@ public class ServiceDescription {

    public static final ServiceDescription SERVICE_DESCRIPTION_CHATBOT_SA_SESSION =
            new ServiceDescription(
                    RcsContactPresenceTuple.SERVICE_ID_CHATBOT_STANDALONE,
                    RcsContactPresenceTuple.SERVICE_ID_CHATBOT_STANDALONE.trim(),
                    "1.0" /*version*/,
                    null /*description*/
            );

    public static final ServiceDescription SERVICE_DESCRIPTION_CHATBOT_SA_SESSION_V2 =
            new ServiceDescription(
                    RcsContactPresenceTuple.SERVICE_ID_CHATBOT_STANDALONE,
                    RcsContactPresenceTuple.SERVICE_ID_CHATBOT_STANDALONE.trim(),
                    "2.0" /*version*/,
                    null /*description*/
            );