1
0
Fork 0

For #8873 - Update snackbar padding for adding top sites

master
Mihai Adrian 2020-03-02 21:28:14 +02:00 committed by GitHub
parent 4cf34b47ee
commit e3d34edfc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ class DefaultBrowserToolbarController(
topSiteStorage.addTopSite(it.title, it.url)
}
MainScope().launch {
FenixSnackbar.makeWithToolbarPadding(swipeRefresh, Snackbar.LENGTH_SHORT)
FenixSnackbar.make(swipeRefresh, Snackbar.LENGTH_SHORT)
.setText(
swipeRefresh.context.getString(R.string.snackbar_added_to_top_sites)
)