mirror of
https://github.com/MinimalBible/MinimalBible-Legacy
synced 2024-11-16 04:58:26 -05:00
One last minor tweak to show the book name instead of random text.
This commit is contained in:
parent
f5800388d3
commit
018fe29a75
@ -108,7 +108,7 @@ public class BookFragment extends BaseFragment {
|
|||||||
@Override
|
@Override
|
||||||
public void onPageFinished(WebView view, String url) {
|
public void onPageFinished(WebView view, String url) {
|
||||||
super.onPageFinished(view, url);
|
super.onPageFinished(view, url);
|
||||||
invokeJavascript("set_content", "Hello, world.");
|
invokeJavascript("set_content", BookFragment.this.mBook.getName());
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user