Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8ecca7d7 authored by Tao Bai's avatar Tao Bai Committed by android-build-merger
Browse files

Merge "Using addAssetPathAsSharedLibrary in WebViewDelegate" into nyc-dev

am: eabebc15

* commit 'eabebc15':
  Using addAssetPathAsSharedLibrary in WebViewDelegate
parents e08afadd eabebc15
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -156,7 +156,7 @@ public final class WebViewDelegate {
     * Adds the WebView asset path to {@link android.content.res.AssetManager}.
     */
    public void addWebViewAssetPath(Context context) {
        context.getAssets().addAssetPath(
        context.getAssets().addAssetPathAsSharedLibrary(
                WebViewFactory.getLoadedPackageInfo().applicationInfo.sourceDir);
    }
}