|
|
@ -29,6 +29,7 @@ class RssSourceDebugModel(application: Application) : BaseViewModel(application) |
|
|
|
|
|
|
|
|
|
|
|
fun startDebug(source: RssSource) { |
|
|
|
fun startDebug(source: RssSource) { |
|
|
|
execute { |
|
|
|
execute { |
|
|
|
|
|
|
|
Debug.callback = this@RssSourceDebugModel |
|
|
|
Debug.startDebug(this, source) |
|
|
|
Debug.startDebug(this, source) |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|