Merge branch 'krille/fix-public-room-sheet' into 'main'

fix: Public room bottom sheet design

See merge request famedly/fluffychat!552
onboarding
Krille Fear 4 years ago
commit 705d7783a3

@ -103,6 +103,7 @@ class PublicRoomBottomSheet extends StatelessWidget {
children: [
if (profile == null)
Container(
height: 156,
alignment: Alignment.center,
color: Theme.of(context).secondaryHeaderColor,
child: snapshot.hasError

Loading…
Cancel
Save