[feat] Better Transmission UI
This commit is contained in:
@@ -77,6 +77,10 @@ class FetchManager @Inject constructor(
|
||||
fetch?.resume(id)
|
||||
}
|
||||
|
||||
fun retry(id: Int) {
|
||||
fetch?.retry(id)
|
||||
}
|
||||
|
||||
fun cancel(id: Int) {
|
||||
fetch?.cancel(id)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user