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

Commit f10542c0 authored by Helen Qin's avatar Helen Qin
Browse files

Fix the result code when the UI is launched for settings.

Bug: 280497108
Fix: 280497108
Test: local
Change-Id: Icfb3f3edf3c65db3d851258a5449962a10f0cd94
parent a3d62839
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -168,7 +168,7 @@ class CredentialManagerRepo(

    // The dialog is canceled because we launched into settings.
    fun onSettingLaunchCancel() {
        onCancel(BaseDialogResult.RESULT_CODE_DIALOG_COMPLETE_WITH_SELECTION)
        onCancel(BaseDialogResult.RESULT_CODE_CANCELED_AND_LAUNCHED_SETTINGS)
    }

    fun onParsingFailureCancel() {