зеркало из https://github.com/microsoft/winsdkfb.git
Don't instantiate the FacebookDialog too early, especially if you are trying a silent login when starting the app, from an arbitrary thread
This commit is contained in:
Родитель
0c742330e7
Коммит
b65f3dcd3a
|
@ -964,7 +964,6 @@ IAsyncOperation<FBResult^>^ FBSession::LoginAsync(
|
||||||
{
|
{
|
||||||
Permissions = ref new FBPermissions((ref new Vector<String^>())->GetView());
|
Permissions = ref new FBPermissions((ref new Vector<String^>())->GetView());
|
||||||
}
|
}
|
||||||
_dialog = ref new FacebookDialog();
|
|
||||||
|
|
||||||
return create_async([=]()
|
return create_async([=]()
|
||||||
{
|
{
|
||||||
|
|
Загрузка…
Ссылка в новой задаче