mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-17 19:58:57 +03:00
fix ktlint issue
This commit is contained in:
parent
abdb83b9fd
commit
e39c4a7925
2 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
||||
}
|
||||
|
|
|
@ -848,7 +848,6 @@ class RoomDetailFragment :
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
// TimelineEventController.Callback ************************************************************
|
||||
|
||||
override fun onUrlClicked(url: String): Boolean {
|
||||
|
|
Loading…
Add table
Reference in a new issue