1
0
Fork 0

Update Android Components version

master
Arturo Mejia 2020-04-14 10:32:23 -04:00 committed by Emily Kager
parent 7c279b6e1f
commit 8872baef39
2 changed files with 3 additions and 3 deletions

View File

@ -84,8 +84,8 @@ class ExternalAppBrowserFragment : BaseBrowserFragment(), UserInteractionHandler
activity, activity,
components.core.store, components.core.store,
customTabSessionId customTabSessionId
) { exception -> ) { uri ->
components.analytics.crashReporter.submitCaughtException(exception) components.analytics.crashReporter.submitCaughtException(Exception("Unknown scheme error $uri"))
FenixSnackbar.make( FenixSnackbar.make(
view = view.swipeRefresh, view = view.swipeRefresh,
duration = FenixSnackbar.LENGTH_LONG, duration = FenixSnackbar.LENGTH_LONG,

View File

@ -3,5 +3,5 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
object AndroidComponents { object AndroidComponents {
const val VERSION = "39.0.20200413130047" const val VERSION = "39.0.20200414130248"
} }