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

Commit eb1368ba authored by Tao Bai's avatar Tao Bai
Browse files

Using addAssetPathAsSharedLibrary in WebViewDelegate

BUG: 27245306
Change-Id: I346bc526cd9d311c290f61d0de04e33d708b81c4
parent 5dea9e79
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);
    }
}