From b22b47fde552d2b1951858b7a4707876744cf396 Mon Sep 17 00:00:00 2001 From: Merov Linden Date: Wed, 10 Jul 2013 19:26:42 -0700 Subject: ACME-671 : Disable social panel UX while transaction (Post or Connection) is ongoing --- indra/newview/llfacebookconnect.h | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/llfacebookconnect.h') diff --git a/indra/newview/llfacebookconnect.h b/indra/newview/llfacebookconnect.h index 7b6eb3644f..0f828cf43e 100644 --- a/indra/newview/llfacebookconnect.h +++ b/indra/newview/llfacebookconnect.h @@ -70,6 +70,7 @@ public: void setConnectionState(EConnectionState connection_state); bool isConnected() { return ((mConnectionState == FB_CONNECTED) || (mConnectionState == FB_POSTING) || (mConnectionState == FB_POSTED)); } + bool isTransactionOngoing() { return ((mConnectionState == FB_CONNECTION_IN_PROGRESS) || (mConnectionState == FB_POSTING)); } EConnectionState getConnectionState() { return mConnectionState; } S32 generation() { return mGeneration; } -- cgit v1.2.3