Skip to content

Commit 96298dc

Browse files
chore: update native android dependency
1 parent ab3bb29 commit 96298dc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ android {
5252
}
5353

5454
dependencies {
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"

lib/src/utils/screen_loading/screen_loading_manager.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)