mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 07:07:37 +01:00
Speeds up the filter for NWC zap payments.
This commit is contained in:
@@ -157,6 +157,12 @@ abstract class NostrDataSource(
|
||||
resetFilters()
|
||||
}
|
||||
|
||||
open fun startSync() {
|
||||
Log.d("DataSource", "${this.javaClass.simpleName} Start")
|
||||
active = true
|
||||
resetFiltersSuspend()
|
||||
}
|
||||
|
||||
@OptIn(DelicateCoroutinesApi::class)
|
||||
open fun stop() {
|
||||
active = false
|
||||
|
||||
Reference in New Issue
Block a user