mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-13 17:38:42 -04:00
fix read aloud toolbar issue
This commit is contained in:
parent
184f63a854
commit
9d0a3f6f5e
@ -1226,6 +1226,7 @@ public class MainActivity extends BaseActivity implements WebViewCallback,
|
|||||||
webViewList.set(i, getWebView(webViewList.get(i).getUrl()));
|
webViewList.set(i, getWebView(webViewList.get(i).getUrl()));
|
||||||
}
|
}
|
||||||
selectTab(currentWebViewIndex);
|
selectTab(currentWebViewIndex);
|
||||||
|
setUpWebView();
|
||||||
}
|
}
|
||||||
if (refresh) {
|
if (refresh) {
|
||||||
refresh = false;
|
refresh = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user