mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
[Facebook] Use the nonblocking calls to post on fb
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
e662ce1cec
commit
15c4fadde9
3 changed files with 17 additions and 7 deletions
|
@ -40,5 +40,5 @@ void FacebookPlugin::requestUpload()
|
|||
{
|
||||
FacebookManager *instance = FacebookManager::instance();
|
||||
if (instance->loggedIn())
|
||||
instance->sendDive();
|
||||
instance->sendDiveInit();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue