Merge remote-tracking branch 'origin/krille/enable-sentry' into master
This commit is contained in:
commit
317c61c167
14 changed files with 617 additions and 5 deletions
|
|
@ -2,6 +2,7 @@ import 'package:fluffychat/l10n/l10n.dart';
|
|||
import 'package:flutter/material.dart';
|
||||
import 'package:famedlysdk/famedlysdk.dart';
|
||||
import 'package:bot_toast/bot_toast.dart';
|
||||
import 'package:matrix_link_text/link_text.dart';
|
||||
|
||||
class SimpleDialogs {
|
||||
final BuildContext context;
|
||||
|
|
@ -84,7 +85,7 @@ class SimpleDialogs {
|
|||
context: context,
|
||||
builder: (c) => AlertDialog(
|
||||
title: Text(titleText ?? L10n.of(context).areYouSure),
|
||||
content: contentText != null ? Text(contentText) : null,
|
||||
content: contentText != null ? LinkText(text: contentText) : null,
|
||||
actions: <Widget>[
|
||||
FlatButton(
|
||||
child: Text(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue