fix(ui): Re-add JIDs to the newconversation page (Fixes #176)
This commit is contained in:
parent
e5553699c5
commit
87160e8648
@ -3,6 +3,7 @@ import 'package:flutter_bloc/flutter_bloc.dart';
|
|||||||
import 'package:moxxmpp/moxxmpp.dart';
|
import 'package:moxxmpp/moxxmpp.dart';
|
||||||
import 'package:moxxyv2/i18n/strings.g.dart';
|
import 'package:moxxyv2/i18n/strings.g.dart';
|
||||||
import 'package:moxxyv2/shared/models/conversation.dart';
|
import 'package:moxxyv2/shared/models/conversation.dart';
|
||||||
|
import 'package:moxxyv2/shared/models/message.dart';
|
||||||
import 'package:moxxyv2/ui/bloc/newconversation_bloc.dart';
|
import 'package:moxxyv2/ui/bloc/newconversation_bloc.dart';
|
||||||
import 'package:moxxyv2/ui/constants.dart';
|
import 'package:moxxyv2/ui/constants.dart';
|
||||||
import 'package:moxxyv2/ui/helpers.dart';
|
import 'package:moxxyv2/ui/helpers.dart';
|
||||||
@ -99,7 +100,17 @@ class NewConversationPage extends StatelessWidget {
|
|||||||
maxTextWidth,
|
maxTextWidth,
|
||||||
Conversation(
|
Conversation(
|
||||||
item.title,
|
item.title,
|
||||||
null,
|
Message(
|
||||||
|
'',
|
||||||
|
item.jid,
|
||||||
|
0,
|
||||||
|
'',
|
||||||
|
0,
|
||||||
|
'',
|
||||||
|
false,
|
||||||
|
false,
|
||||||
|
false,
|
||||||
|
),
|
||||||
item.avatarUrl,
|
item.avatarUrl,
|
||||||
item.jid,
|
item.jid,
|
||||||
0,
|
0,
|
||||||
|
Loading…
Reference in New Issue
Block a user