mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-21 01:05:18 +00:00
@ -38,8 +38,6 @@ class UserPageTablet extends StatefulWidget {
|
||||
}
|
||||
|
||||
class _UserPageTabletState extends State<UserPageTablet> {
|
||||
final _formKey = GlobalKey<PostCreateFormWidgetState>();
|
||||
|
||||
AdvancedUserInfo get _userInfo => widget.userInfo;
|
||||
|
||||
bool get _isCurrentUser => _userInfo.id == userID();
|
||||
@ -72,7 +70,6 @@ class _UserPageTabletState extends State<UserPageTablet> {
|
||||
topWidgets: [
|
||||
_userInfo.canPostTexts
|
||||
? PostCreateFormWidget(
|
||||
key: _formKey,
|
||||
postTarget: PostTarget.USER_PAGE,
|
||||
targetID: _userInfo.id,
|
||||
onCreated: widget.onNeedRefresh,
|
||||
|
Reference in New Issue
Block a user