Merge pull request #3060 from pangeachat/3044-the-getting-started-screen-should-not-be-within-a-space
chore: remove getting started view from space view
This commit is contained in:
commit
ecf6113f95
1 changed files with 0 additions and 11 deletions
|
|
@ -18,7 +18,6 @@ import 'package:fluffychat/pangea/chat_settings/constants/pangea_room_types.dart
|
|||
import 'package:fluffychat/pangea/chat_settings/widgets/delete_space_dialog.dart';
|
||||
import 'package:fluffychat/pangea/common/utils/error_handler.dart';
|
||||
import 'package:fluffychat/pangea/extensions/pangea_room_extension.dart';
|
||||
import 'package:fluffychat/pangea/onboarding/onboarding.dart';
|
||||
import 'package:fluffychat/pangea/public_spaces/public_room_bottom_sheet.dart';
|
||||
import 'package:fluffychat/pangea/spaces/constants/space_constants.dart';
|
||||
import 'package:fluffychat/pangea/spaces/widgets/knocking_users_indicator.dart';
|
||||
|
|
@ -1005,16 +1004,6 @@ class _SpaceViewState extends State<SpaceView> {
|
|||
);
|
||||
},
|
||||
),
|
||||
// #Pangea
|
||||
const SliverPadding(padding: EdgeInsets.all(12.0)),
|
||||
if (!FluffyThemes.isColumnMode(context))
|
||||
SliverList.builder(
|
||||
itemCount: 1,
|
||||
itemBuilder: (context, _) {
|
||||
return const Onboarding();
|
||||
},
|
||||
),
|
||||
// Pangea#
|
||||
const SliverPadding(padding: EdgeInsets.only(top: 32)),
|
||||
],
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue