Remove roomId from DevTools item (copy/paste error)
This commit is contained in:
parent
89eea7cbdd
commit
a3c331019d
|
@ -222,7 +222,6 @@ class RoomProfileController @Inject constructor(
|
||||||
buildProfileAction(
|
buildProfileAction(
|
||||||
id = "devTools",
|
id = "devTools",
|
||||||
title = stringProvider.getString(R.string.dev_tools_menu_name),
|
title = stringProvider.getString(R.string.dev_tools_menu_name),
|
||||||
subtitle = roomSummary.roomId,
|
|
||||||
dividerColor = dividerColor,
|
dividerColor = dividerColor,
|
||||||
divider = false,
|
divider = false,
|
||||||
editable = true,
|
editable = true,
|
||||||
|
|
Loading…
Reference in New Issue