File tree 1 file changed +2
-2
lines changed
firebase-config/src/main/java/com/google/firebase/remoteconfig 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 26
26
import com .google .firebase .FirebaseApp ;
27
27
import com .google .firebase .abt .FirebaseABTesting ;
28
28
import com .google .firebase .analytics .connector .AnalyticsConnector ;
29
- import com .google .firebase .annotations .concurrent .Background ;
29
+ import com .google .firebase .annotations .concurrent .Blocking ;
30
30
import com .google .firebase .inject .Provider ;
31
31
import com .google .firebase .installations .FirebaseInstallationsApi ;
32
32
import com .google .firebase .remoteconfig .internal .ConfigCacheClient ;
@@ -88,7 +88,7 @@ public class RemoteConfigComponent {
88
88
/** Firebase Remote Config Component constructor. */
89
89
RemoteConfigComponent (
90
90
Context context ,
91
- @ Background Executor executor ,
91
+ @ Blocking Executor executor ,
92
92
FirebaseApp firebaseApp ,
93
93
FirebaseInstallationsApi firebaseInstallations ,
94
94
FirebaseABTesting firebaseAbt ,
You can’t perform that action at this time.
0 commit comments