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

Commit 981f9b5b authored by Brad Ebinger's avatar Brad Ebinger
Browse files

Remove leading space included in the ServiceDescription for ChatBot

Fixes: 191476773
Test: atest ImsCommonTests
Merged-In: I5fdc2afee3cc0db457c32ad5698d17b9a520c5f8
Change-Id: I5fdc2afee3cc0db457c32ad5698d17b9a520c5f8
parent 087cda62
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*/
            );