Remove logging of rooms with "Group with"
This commit is contained in:
parent
2039b4e90d
commit
a552c30ba0
|
@ -81,11 +81,6 @@ class _RoomsPageState extends State<RoomsPage> {
|
||||||
padding: const EdgeInsets.all(8.0),
|
padding: const EdgeInsets.all(8.0),
|
||||||
child: Center(child: Consumer<ZenithClientProvider>(
|
child: Center(child: Consumer<ZenithClientProvider>(
|
||||||
builder: (context, provider, child) {
|
builder: (context, provider, child) {
|
||||||
print(provider.client.rooms
|
|
||||||
.where((element) =>
|
|
||||||
element.getLocalizedDisplayname().contains("Group with"))
|
|
||||||
.length);
|
|
||||||
|
|
||||||
provider.client.onRoomState.stream.listen((event) {
|
provider.client.onRoomState.stream.listen((event) {
|
||||||
setState(() {
|
setState(() {
|
||||||
loadingRooms = false;
|
loadingRooms = false;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user