Loading app/src/main/java/org/mozilla/fenix/HomeActivity.kt +1 −2 Original line number Diff line number Diff line Loading @@ -277,8 +277,7 @@ open class HomeActivity : LocaleAwareAppCompatActivity(), NavHostActivity { EngineView::class.java.name -> components.core.engine.createView(context, attrs).apply { selectionActionDelegate = DefaultSelectionActionDelegate( getSearchAdapter(components.core.store), resources = context.resources, appName = getString(R.string.app_name) resources = context.resources ) { share(it) } Loading buildSrc/src/main/java/AndroidComponents.kt +1 −1 Original line number Diff line number Diff line Loading @@ -3,5 +3,5 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ object AndroidComponents { const val VERSION = "50.0.20200707200739" const val VERSION = "50.0.20200708130551" } Loading
app/src/main/java/org/mozilla/fenix/HomeActivity.kt +1 −2 Original line number Diff line number Diff line Loading @@ -277,8 +277,7 @@ open class HomeActivity : LocaleAwareAppCompatActivity(), NavHostActivity { EngineView::class.java.name -> components.core.engine.createView(context, attrs).apply { selectionActionDelegate = DefaultSelectionActionDelegate( getSearchAdapter(components.core.store), resources = context.resources, appName = getString(R.string.app_name) resources = context.resources ) { share(it) } Loading
buildSrc/src/main/java/AndroidComponents.kt +1 −1 Original line number Diff line number Diff line Loading @@ -3,5 +3,5 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ object AndroidComponents { const val VERSION = "50.0.20200707200739" const val VERSION = "50.0.20200708130551" }