Skip to content

Commit 1256ba5

Browse files
committed
🐛 Fix a bug where the app crashes when the network changes
1 parent 4ee757f commit 1256ba5

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

plugin.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,22 +45,17 @@
4545
android:launchMode="singleInstance"
4646
android:theme="@android:style/Theme.NoDisplay"
4747
android:configChanges="keyboardHidden|orientation|screenSize"/>
48-
<activity android:name="com.instabug.library.InstabugFeedbackActivity"/>
4948

5049
<service android:name="com.instabug.library.network.worker.uploader.InstabugSessionUploaderService" />
51-
<service android:name="com.instabug.library.bugreporting.network.InstabugBugsUploaderService" />
50+
<service android:name="com.instabug.bug.network.InstabugBugsUploaderService" />
5251
<service android:name="com.instabug.crash.network.InstabugCrashesUploaderService" />
5352
<service android:name="com.instabug.library.network.worker.fetcher.InstabugFeaturesFetcherService" />
5453
<service android:name="com.instabug.survey.network.service.InstabugSurveysSubmitterService" />
5554
<service android:name="com.instabug.library.internal.video.VideoProcessingService"/>
5655
<service android:name="com.instabug.library.analytics.network.InstabugAnalyticsUploaderService"/>
5756
<service android:name="com.instabug.chat.network.InstabugMessageUploaderService"/>
5857

59-
<receiver android:name="com.instabug.library.network.InstabugNetworkReceiver">
60-
<intent-filter>
61-
<action android:name="android.net.conn.CONNECTIVITY_CHANGE"/>
62-
</intent-filter>
63-
</receiver>
58+
6459

6560
</config-file>
6661

0 commit comments

Comments
 (0)