File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
lib/src/utils/screen_loading Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ android {
5252}
5353
5454dependencies {
55- api ' com.instabug.library:instabug:15.0.2.7140337 -SNAPSHOT'
55+ api ' com.instabug.library:instabug:15.0.2.7140934 -SNAPSHOT'
5656 testImplementation ' junit:junit:4.13.2'
5757 testImplementation " org.mockito:mockito-inline:3.12.1"
5858 testImplementation " io.mockk:mockk:1.13.13"
Original file line number Diff line number Diff line change @@ -148,6 +148,9 @@ class ScreenLoadingManager {
148148 try {
149149 resetDidStartScreenLoading ();
150150
151+ final isSDKBuilt =
152+ await _checkInstabugSDKBuilt ("APM.InstabugCaptureScreenLoading" );
153+ if (! isSDKBuilt) return null ;
151154 // TODO: On Android, FlagsConfig.apm.isEnabled isn't implemented correctly
152155 // so we skip the isApmEnabled check on Android and only check on iOS.
153156 // This is a temporary fix until we implement the isEnabled check correctly.
You can’t perform that action at this time.
0 commit comments