mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-27 12:00:03 +03:00
Format
This commit is contained in:
parent
80ef2192b9
commit
d867b1345f
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ package im.vector.matrix.android.api.listeners
|
|||
* Interface to send a progress info
|
||||
*/
|
||||
interface ProgressListener {
|
||||
/** Will be invoked on the background thread, not in UI thread.
|
||||
/**
|
||||
* Will be invoked on the background thread, not in UI thread.
|
||||
* @param progress from 0 to total by contract
|
||||
* @param total
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue