Commit 0d8a6acc authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Update RoomListContract.kt

parent 088ee2bb
......@@ -125,5 +125,10 @@ interface RoomListContract {
token: String,
userId: String,
offset: Int)
/**
* Immediately cancels any running request.
*/
fun cancelRequest()
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment