File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
firebase-config/src/main/java/com/google/firebase/remoteconfig Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2626import com .google .firebase .FirebaseApp ;
2727import com .google .firebase .abt .FirebaseABTesting ;
2828import com .google .firebase .analytics .connector .AnalyticsConnector ;
29- import com .google .firebase .annotations .concurrent .Background ;
29+ import com .google .firebase .annotations .concurrent .Blocking ;
3030import com .google .firebase .inject .Provider ;
3131import com .google .firebase .installations .FirebaseInstallationsApi ;
3232import 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 ,
You can’t perform that action at this time.
0 commit comments