Skip to content

Commit 7350d0a

Browse files
authored
fix: disable notification service (#1346)
1 parent 2b8d91c commit 7350d0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/app/src/main/kotlin/com/rtirl/chat/MainActivity.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class MainActivity : FlutterActivity() {
7474
result.success(true)
7575
}
7676
"showNotification" -> {
77-
startNotificationService()
77+
// startNotificationService()
7878
result.success(true)
7979
}
8080
else -> result.notImplemented()
@@ -302,4 +302,4 @@ class TextToSpeechPlugin(private val context: Context) : MethodCallHandler, Text
302302
val volume: Float?,
303303
val result: Result
304304
)
305-
}
305+
}

0 commit comments

Comments
 (0)