Skip to content

Commit 69ed2cb

Browse files
authored
Fix RC Executor annotation (#4395)
1 parent a841ab4 commit 69ed2cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

firebase-config/src/main/java/com/google/firebase/remoteconfig/RemoteConfigComponent.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import com.google.firebase.FirebaseApp;
2727
import com.google.firebase.abt.FirebaseABTesting;
2828
import com.google.firebase.analytics.connector.AnalyticsConnector;
29-
import com.google.firebase.annotations.concurrent.Background;
29+
import com.google.firebase.annotations.concurrent.Blocking;
3030
import com.google.firebase.inject.Provider;
3131
import com.google.firebase.installations.FirebaseInstallationsApi;
3232
import com.google.firebase.remoteconfig.internal.ConfigCacheClient;
@@ -88,7 +88,7 @@ public class RemoteConfigComponent {
8888
/** Firebase Remote Config Component constructor. */
8989
RemoteConfigComponent(
9090
Context context,
91-
@Background Executor executor,
91+
@Blocking Executor executor,
9292
FirebaseApp firebaseApp,
9393
FirebaseInstallationsApi firebaseInstallations,
9494
FirebaseABTesting firebaseAbt,

0 commit comments

Comments
 (0)