@@ -130,12 +124,15 @@ class AppsScreenState extends State<AppsScreen> {
);
}
Widget_buildInboxTile(){
return_buildTile(
'Inbox',
'This is your default inbox app. It displays messages from all your connected data streams. You can send and receive messages directly within this app. You must connect at least one messenger or email importer to use this app.',
Routes.inbox);
}
Widget_buildInboxTile()=>_buildTile(
'Inbox',
'This is your default inbox app. It displays messages from all your connected data streams. You can send and receive messages directly within this app. You must connect at least one messenger or email importer to use this app.',
Routes.inbox);
Widget_buildFeedTile()=>_buildTile(
'Feeds',
'This is your default feed. It displays all social media from connected data streams.',