mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 21:48:50 +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 to send a progress info
|
||||||
*/
|
*/
|
||||||
interface ProgressListener {
|
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 progress from 0 to total by contract
|
||||||
* @param total
|
* @param total
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue