mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 10:25:35 +03:00
Minor cleanup on the doc
This commit is contained in:
parent
946208a84d
commit
d6e3bb59f4
2 changed files with 2 additions and 2 deletions
|
@ -83,7 +83,7 @@ interface Room :
|
|||
* @param beforeLimit how many events before the result are returned.
|
||||
* @param afterLimit how many events after the result are returned.
|
||||
* @param includeProfile requests that the server returns the historic profile information for the users that sent the events that were returned.
|
||||
* @param callback Callback to get the search result
|
||||
* @return The search result
|
||||
*/
|
||||
suspend fun search(searchTerm: String,
|
||||
nextBatch: String?,
|
||||
|
|
|
@ -509,7 +509,7 @@ fun selectTxtFileToWrite(
|
|||
* @param sourceFile the file source path
|
||||
* @param dstDirPath the dst path
|
||||
* @param outputFilename optional the output filename
|
||||
* @param callback the asynchronous callback
|
||||
* @return the created file
|
||||
*/
|
||||
@Suppress("DEPRECATION")
|
||||
fun saveFileIntoLegacy(sourceFile: File, dstDirPath: File, outputFilename: String?): File? {
|
||||
|
|
Loading…
Reference in a new issue