Verified Commit b38edff6 authored by boklm's avatar boklm
Browse files

fixup! TB 42669: [android] Use custom no-op app-services

Adding patch from @pierov:
!1913 (comment 3372489)
parent 5f7e05fa
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@ fun PrefBranch.toGeckoBranch(): Int {
    return when (this) {
        PrefBranch.DEFAULT -> GeckoPreferenceController.PREF_BRANCH_DEFAULT
        PrefBranch.USER -> GeckoPreferenceController.PREF_BRANCH_USER
        PrefBranch.__NOOP -> GeckoPreferenceController.PREF_BRANCH_DEFAULT
    }
}