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

Commit eabebc15 authored by Tao Bai's avatar Tao Bai Committed by Android (Google) Code Review
Browse files

Merge "Using addAssetPathAsSharedLibrary in WebViewDelegate" into nyc-dev

parents f8df4d0d eb1368ba
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);
    }
}