mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Daily arc lint --take GOOGLEJAVAFORMAT
Reviewed By: zertosh Differential Revision: D24561115 fbshipit-source-id: f9b1a529e4421be77c5baae5f3eab450602fb988
This commit is contained in:
committed by
Facebook GitHub Bot
parent
bb8d0f5732
commit
1903f6680d
-1
@@ -7,7 +7,6 @@
|
||||
|
||||
package com.facebook.react.bridge.queue;
|
||||
|
||||
import android.os.Build;
|
||||
import androidx.annotation.Nullable;
|
||||
import com.facebook.infer.annotation.Assertions;
|
||||
|
||||
|
||||
+2
-2
@@ -126,8 +126,8 @@ public class ForwardingCookieHandler extends CookieHandler {
|
||||
}
|
||||
|
||||
/**
|
||||
* Instantiating CookieManager will load the Chromium task taking a 100ish ms so we do
|
||||
* it lazily to make sure it's done on a background thread as needed.
|
||||
* Instantiating CookieManager will load the Chromium task taking a 100ish ms so we do it lazily
|
||||
* to make sure it's done on a background thread as needed.
|
||||
*/
|
||||
private @Nullable CookieManager getCookieManager() {
|
||||
if (mCookieManager == null) {
|
||||
|
||||
@@ -73,7 +73,7 @@ public class ReactDrawableHelper {
|
||||
}
|
||||
|
||||
private static RippleDrawable getRippleDrawable(
|
||||
Context context, ReadableMap drawableDescriptionDict) {
|
||||
Context context, ReadableMap drawableDescriptionDict) {
|
||||
int color = getColor(context, drawableDescriptionDict);
|
||||
Drawable mask = getMask(drawableDescriptionDict);
|
||||
ColorStateList colorStateList =
|
||||
|
||||
Reference in New Issue
Block a user