mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 08:15:16 +00:00
Can delete comments
This commit is contained in:
@ -122,7 +122,7 @@ Future<String> askUserString({
|
||||
/// Show an alert dialog to get user confirmation for something
|
||||
///
|
||||
/// Return value of this function is never null
|
||||
Future<bool> askUserConfirmation({
|
||||
Future<bool> showConfirmDialog({
|
||||
@required BuildContext context,
|
||||
String title,
|
||||
@required String message,
|
||||
|
Reference in New Issue
Block a user