Skip to content

Commit

Permalink
Fixed app registration with the people app
Browse files Browse the repository at this point in the history
  • Loading branch information
gus33000 committed Aug 4, 2019
1 parent 24b7ba4 commit 195b2eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Identity
Name="LumiaWOA.Chat"
Publisher="CN=LumiaWOA"
Version="0.0.36.0" />
Version="0.0.37.0" />

<mp:PhoneIdentity PhoneProductId="d8719107-e9ed-450f-be3e-88003464d950" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

Expand Down
2 changes: 2 additions & 0 deletions Shell.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using Chat.BackgroundTasks;
using Chat.Common;
using Chat.Controls;
using Chat.Pages;
using System;
Expand All @@ -21,6 +22,7 @@ public Shell()
private async void Load()
{
BackgroundTaskUtils.RegisterToastNotificationBackgroundTasks();
ContactUtils.AssignAppToPhoneContacts();
ChatMessageStore store = await ChatMessageManager.RequestStoreAsync();

var reader = store.GetConversationReader();
Expand Down

0 comments on commit 195b2eb

Please sign in to comment.