This repository was archived by the owner on Nov 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 474
Migrate sitePermissions from Observer to Flow #8554
Labels
<sitepermissions>
Component: feature-sitepermissions
Comments
codrut-topliceanu
pushed a commit
to codrut-topliceanu/android-components
that referenced
this issue
Sep 30, 2020
4 tasks
codrut-topliceanu
pushed a commit
to codrut-topliceanu/android-components
that referenced
this issue
Oct 5, 2020
codrut-topliceanu
pushed a commit
to codrut-topliceanu/android-components
that referenced
this issue
Oct 12, 2020
codrut-topliceanu
pushed a commit
to codrut-topliceanu/android-components
that referenced
this issue
Oct 12, 2020
codrut-topliceanu
pushed a commit
to codrut-topliceanu/android-components
that referenced
this issue
Oct 12, 2020
codrut-topliceanu
pushed a commit
to codrut-topliceanu/android-components
that referenced
this issue
Oct 12, 2020
codrut-topliceanu
pushed a commit
to codrut-topliceanu/android-components
that referenced
this issue
Oct 12, 2020
codrut-topliceanu
pushed a commit
to codrut-topliceanu/android-components
that referenced
this issue
Oct 12, 2020
codrut-topliceanu
pushed a commit
to codrut-topliceanu/android-components
that referenced
this issue
Oct 13, 2020
codrut-topliceanu
pushed a commit
to codrut-topliceanu/android-components
that referenced
this issue
Oct 22, 2020
codrut-topliceanu
pushed a commit
to codrut-topliceanu/android-components
that referenced
this issue
Oct 22, 2020
codrut-topliceanu
pushed a commit
to codrut-topliceanu/android-components
that referenced
this issue
Oct 22, 2020
codrut-topliceanu
pushed a commit
to codrut-topliceanu/android-components
that referenced
this issue
Oct 22, 2020
codrut-topliceanu
pushed a commit
to codrut-topliceanu/android-components
that referenced
this issue
Oct 22, 2020
codrut-topliceanu
pushed a commit
to codrut-topliceanu/android-components
that referenced
this issue
Oct 22, 2020
codrut-topliceanu
pushed a commit
to codrut-topliceanu/android-components
that referenced
this issue
Oct 23, 2020
codrut-topliceanu
pushed a commit
to codrut-topliceanu/android-components
that referenced
this issue
Oct 26, 2020
codrut-topliceanu
pushed a commit
to codrut-topliceanu/android-components
that referenced
this issue
Oct 28, 2020
codrut-topliceanu
pushed a commit
to codrut-topliceanu/android-components
that referenced
this issue
Oct 28, 2020
3 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Will fix mozilla-mobile/fenix#14637
At the moment SitePermissionsFeature uses an Observer to check if a permissionRequest for the current session has been called. This does currently does not handle the case where multiple requests are made from embedded elements.
In trying to fix this I suggest moving away from observing Session to using Kotlin Flow with ContentState.
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: