Loading
replace webview hashmap with static class
Hashmaps used to pass parameters between WebView.java and WebViewCore.java are fragile and sometimes require boxing. Replace them with static classes that are typesafe and use less code.
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Hashmaps used to pass parameters between WebView.java and WebViewCore.java are fragile and sometimes require boxing. Replace them with static classes that are typesafe and use less code.