[Room Details] Implement room details screen (#256)

* Implement Room Details screen

* Add option to create permalink from room id and alias, add share room action
This commit is contained in:
Jorge Martin Espinosa
2023-03-29 07:16:27 +02:00
committed by GitHub
parent c75ebfb1e7
commit 0fb061fb2e
83 changed files with 1203 additions and 117 deletions

View File

@@ -124,7 +124,7 @@ data class MobileScreen(
* The screen shown when tapping the name of a room from the Room
* screen.
*/
RoomDetails,
RoomDetailss,
/**
* The screen that lists public rooms for you to discover.