mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-19 09:25:34 +00:00
[fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/496: Adds new content description to tabs icon (https://github.com/mozilla-mobile/fenix/pull/1357)
This commit is contained in:
parent
7a53ead19a
commit
aac3da2666
@ -45,7 +45,7 @@ class ToolbarIntegration(
|
|||||||
tabsIcon?.let {
|
tabsIcon?.let {
|
||||||
val home = BrowserToolbar.Button(
|
val home = BrowserToolbar.Button(
|
||||||
it,
|
it,
|
||||||
context.getString(R.string.browser_home_button),
|
context.getString(R.string.browser_tabs_button),
|
||||||
visible = {
|
visible = {
|
||||||
sessionId == null ||
|
sessionId == null ||
|
||||||
sessionManager.runWithSession(sessionId) {
|
sessionManager.runWithSession(sessionId) {
|
||||||
|
@ -34,8 +34,8 @@
|
|||||||
<string name="private_browsing_delete_session">Delete session</string>
|
<string name="private_browsing_delete_session">Delete session</string>
|
||||||
|
|
||||||
<!-- Browser Fragment -->
|
<!-- Browser Fragment -->
|
||||||
<!-- Content description (not visible, for screen readers etc.): Navigate home -->
|
<!-- Content description (not visible, for screen readers etc.): Navigate to open tabs -->
|
||||||
<string name="browser_home_button">Home</string>
|
<string name="browser_tabs_button">Open Tabs</string>
|
||||||
<!-- Content description (not visible, for screen readers etc.): Navigate backward (browsing history) -->
|
<!-- Content description (not visible, for screen readers etc.): Navigate backward (browsing history) -->
|
||||||
<string name="browser_menu_back">Back</string>
|
<string name="browser_menu_back">Back</string>
|
||||||
<!-- Content description (not visible, for screen readers etc.): Navigate forward (browsing history) -->
|
<!-- Content description (not visible, for screen readers etc.): Navigate forward (browsing history) -->
|
||||||
|
Loading…
Reference in New Issue
Block a user