mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-17 15:26:23 +00:00
[fenix] Update Android Components version to 50.0.20200708130551.
This commit is contained in:
parent
d1582d892a
commit
d0e3833d3b
@ -277,8 +277,7 @@ open class HomeActivity : LocaleAwareAppCompatActivity(), NavHostActivity {
|
|||||||
EngineView::class.java.name -> components.core.engine.createView(context, attrs).apply {
|
EngineView::class.java.name -> components.core.engine.createView(context, attrs).apply {
|
||||||
selectionActionDelegate = DefaultSelectionActionDelegate(
|
selectionActionDelegate = DefaultSelectionActionDelegate(
|
||||||
getSearchAdapter(components.core.store),
|
getSearchAdapter(components.core.store),
|
||||||
resources = context.resources,
|
resources = context.resources
|
||||||
appName = getString(R.string.app_name)
|
|
||||||
) {
|
) {
|
||||||
share(it)
|
share(it)
|
||||||
}
|
}
|
||||||
|
@ -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 = "50.0.20200707200739"
|
const val VERSION = "50.0.20200708130551"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user