Stops User Profile Websocket when pausing the app.

This commit is contained in:
Vitor Pamplona
2023-02-18 19:09:16 -05:00
parent 138b22348c
commit 6ff474376f

View File

@@ -61,6 +61,7 @@ object ServiceManager {
NostrSingleEventDataSource.stop()
NostrSingleUserDataSource.stop()
NostrThreadDataSource.stop()
NostrUserProfileDataSource.stop()
Client.disconnect()
}