Merge pull request 'Fix DoubleColumn View' (#102) from ui_fixes into trunk
continuous-integration/drone/push Build is passing Details

Reviewed-on: #102
This commit is contained in:
Dan Ballard 2021-05-31 17:32:24 -07:00
commit 3f714d0da4
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class _DoubleColumnViewState extends State<DoubleColumnView> {
: //dev
MultiProvider(providers: [
ChangeNotifierProvider.value(value: Provider.of<ProfileInfoState>(context)),
ChangeNotifierProvider.value(value: Provider.of<ProfileInfoState>(context).contactList.getContact(flwtch.selectedConversation)),
ChangeNotifierProvider.value(value: Provider.of<ProfileInfoState>(context).contactList.getContact(flwtch.selectedConversation)!),
], child: Container(child: MessageView())),
),
],