mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-20 16:55:17 +00:00
Fix a few notices
This commit is contained in:
@ -13,10 +13,6 @@ Future<PostVisibilityLevel> showPostVisibilityPickerDialog({
|
||||
required PostVisibilityLevel initialLevel,
|
||||
required bool isGroup,
|
||||
}) async {
|
||||
assert(context != null);
|
||||
assert(initialLevel != null);
|
||||
assert(isGroup != null);
|
||||
|
||||
final newLevel = await showDialog<PostVisibilityLevel>(
|
||||
context: context,
|
||||
builder: (c) => _PostVisibilityPickerWidget(
|
||||
|
Reference in New Issue
Block a user