fix ktlint issue

This commit is contained in:
Benoit Marty 2019-10-11 16:41:02 +02:00
parent abdb83b9fd
commit e39c4a7925
2 changed files with 0 additions and 2 deletions

View file

@ -29,5 +29,4 @@ interface ReportingService {
* Ref: https://matrix.org/docs/spec/client_server/latest#post-matrix-client-r0-rooms-roomid-report-eventid
*/
fun reportContent(eventId: String, score: Int, reason: String, callback: MatrixCallback<Unit>): Cancelable
}

View file

@ -848,7 +848,6 @@ class RoomDetailFragment :
}
}
// TimelineEventController.Callback ************************************************************
override fun onUrlClicked(url: String): Boolean {