Full functional message chat

This commit is contained in:
2024-05-30 23:14:29 +08:00
parent 2716690c41
commit 9a2e0756b8
12 changed files with 352 additions and 72 deletions

View File

@ -46,7 +46,7 @@ class _RealmDetailScreenState extends State<RealmDetailScreen> {
void promptLeaveChannel() async {
final did = await showDialog(
context: context,
builder: (context) => RealmDeletion(
builder: (context) => RealmDeletionDialog(
realm: widget.realm,
isOwned: _isOwned,
),