Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 577f430

Browse files
MortimerGorokeianhzo
authored andcommitted
Fix FxA onLoadRequest breaking background tabs (#2067)
1 parent e9e348a commit 577f430

File tree

1 file changed

+2
-1
lines changed
  • app/src/common/shared/org/mozilla/vrbrowser/browser

1 file changed

+2
-1
lines changed

app/src/common/shared/org/mozilla/vrbrowser/browser/Services.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,9 @@ class Services(context: Context, places: Places): GeckoSession.NavigationDelegat
118118

119119
return GeckoResult.ALLOW
120120
}
121+
return GeckoResult.DENY
121122
}
122123

123-
return GeckoResult.DENY
124+
return GeckoResult.ALLOW
124125
}
125126
}

0 commit comments

Comments
 (0)