Skip to content

Commit ee8f8e2

Browse files
committed
Request sync after linking
1 parent 18556a0 commit ee8f8e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Signal-Windows/Views/LinkPage.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ public async Task Finish(bool success)
6565
{
6666
var frontend = App.CurrentSignalWindowsFrontend(App.MainViewId);
6767
await App.Handle.Reacquire();
68+
App.Handle.RequestSync();
6869
Frame.Navigate(typeof(MainPage));
6970
}
7071
}

0 commit comments

Comments
 (0)