You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
run whitespace_format.py --add-new-line-marker-at-end-of-file --remove-trailing-whitespace --remove-trailing-empty-lines --new-line-marker=linux --normalize-non-standard-whitespace=remove on src/
This commit is contained in:
@@ -38,11 +38,11 @@ static void web_view_load_changed(WebKitWebView *web_view, WebKitLoadEvent load_
|
||||
|
||||
JNIEXPORT jlong JNICALL Java_android_webkit_WebView_native_1constructor(JNIEnv *env, jobject this, jobject context, jobject attrs)
|
||||
{
|
||||
/*
|
||||
* many apps use webview just for fingerprinting or displaying ads, which seems like
|
||||
* a waste of resources even if we deal with fingerprinting and ads in some other way
|
||||
* in the future.
|
||||
*/
|
||||
/*
|
||||
* many apps use webview just for fingerprinting or displaying ads, which seems like
|
||||
* a waste of resources even if we deal with fingerprinting and ads in some other way
|
||||
* in the future.
|
||||
*/
|
||||
if(!getenv("ATL_UGLY_ENABLE_WEBVIEW"))
|
||||
return Java_android_view_View_native_1constructor(env, this, context, attrs);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user