Browse Source

safety

master
fmk 3 years ago
parent
commit
d996580085
  1. 12
      lib/community/community_details.dart

12
lib/community/community_details.dart

@ -17,6 +17,7 @@ import 'package:huixiang/view_widget/comment_menu.dart';
import 'package:huixiang/view_widget/login_tips_dialog.dart';
import 'package:huixiang/view_widget/my_appbar.dart';
import 'package:huixiang/view_widget/tips_dialog.dart';
import 'package:huixiang/web/web_view/comment_list.dart';
import 'package:huixiang/web/web_view/input_comment.dart';
import 'package:shared_preferences/shared_preferences.dart';
@ -111,6 +112,7 @@ class _CommunityDetails extends State<CommunityDetails>
children: [
Expanded(
child: SingleChildScrollView(
physics: BouncingScrollPhysics(),
child: Column(
children: [
CommunityDynamic(
@ -129,6 +131,16 @@ class _CommunityDetails extends State<CommunityDetails>
if (mounted) setState(() {});
},
),
// CommentList(
// commentKey,
// widget.arguments,
// activity,
// article,
// isKeyBoardShow,
// _reply,
// _delCommentTips,
// 12.sp,
// )
Container(
padding: EdgeInsets.all(16),
color: Colors.white,

Loading…
Cancel
Save