We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ce7cc commit b6c9f37Copy full SHA for b6c9f37
messaging/src/common.cc
@@ -93,7 +93,8 @@ Listener* SetListener(Listener* listener) {
93
g_prev_token_received = new std::string;
94
}
95
g_listener = listener;
96
- // If we have a pending token, send it before notifying other systems about the listener.
+ // If we have a pending token, send it before notifying other systems about
97
+ // the listener.
98
if (g_listener && g_has_pending_token && g_prev_token_received) {
99
g_listener->OnTokenReceived(g_prev_token_received->c_str());
100
g_has_pending_token = false;
0 commit comments