diff --git a/vector/src/main/AndroidManifest.xml b/vector/src/main/AndroidManifest.xml index 0cc1b7c178..ba820cc3a7 100644 --- a/vector/src/main/AndroidManifest.xml +++ b/vector/src/main/AndroidManifest.xml @@ -357,10 +357,6 @@ android:name=".features.settings.troubleshoot.TestNotificationReceiver" android:exported="false" /> - - ) { status = TestStatus.RUNNING diff --git a/vector/src/main/java/im/vector/app/features/settings/troubleshoot/TestPushFromPushGateway.kt b/vector/src/main/java/im/vector/app/features/settings/troubleshoot/TestPushFromPushGateway.kt index 9d6a0cfe73..2b17694839 100644 --- a/vector/src/main/java/im/vector/app/features/settings/troubleshoot/TestPushFromPushGateway.kt +++ b/vector/src/main/java/im/vector/app/features/settings/troubleshoot/TestPushFromPushGateway.kt @@ -45,7 +45,6 @@ class TestPushFromPushGateway @Inject constructor(private val context: AppCompat private var action: Job? = null private var pushReceived: Boolean = false - override fun perform(activityResultLauncher: ActivityResultLauncher) { pushReceived = false UPHelper.getUpEndpoint(context) ?: run {