+ // Set the toolbar content insets so that the navigation icon aligns vertically with the close tab icon. For some reason this doesn't work when set in XML.
@@ -4299,7+4303,7 @@ class MainWebViewActivity : AppCompatActivity(), CreateBookmarkDialog.CreateBook
// Select the same page in the view pager.
webViewViewPager2.currentItem = tab.position
// Select the same page in the view pager.
webViewViewPager2.currentItem = tab.position
- // Set the current WebView after the tab layout has quiesced (otherwise, sometimes the wong WebView might be used). See <https://redmine.stoutner.com/issues/1136>
+ // Set the current WebView after the tab layout has quiesced (otherwise, sometimes the wrong WebView might be used). See <https://redmine.stoutner.com/issues/1136>