mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-19 09:25:34 +00:00
[fenix] Update Android Components version
This commit is contained in:
parent
f38165ad6d
commit
e5041e2fd8
@ -84,8 +84,8 @@ class ExternalAppBrowserFragment : BaseBrowserFragment(), UserInteractionHandler
|
||||
activity,
|
||||
components.core.store,
|
||||
customTabSessionId
|
||||
) { exception ->
|
||||
components.analytics.crashReporter.submitCaughtException(exception)
|
||||
) { uri ->
|
||||
components.analytics.crashReporter.submitCaughtException(Exception("Unknown scheme error $uri"))
|
||||
FenixSnackbar.make(
|
||||
view = view.swipeRefresh,
|
||||
duration = FenixSnackbar.LENGTH_LONG,
|
||||
|
@ -3,5 +3,5 @@
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
object AndroidComponents {
|
||||
const val VERSION = "39.0.20200413130047"
|
||||
const val VERSION = "39.0.20200414130248"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user