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 8836b4f commit 5a63af2Copy full SHA for 5a63af2
AppManager/RDKShellAdapter.cpp
@@ -651,7 +651,10 @@ namespace WPEFramework {
651
}
652
653
sApplicationStateMap[newcallsign] = newState;
654
- onAppStateChanged(newcallsign, newState, oldState);
+ if (oldState != newState)
655
+ {
656
+ onAppStateChanged(newcallsign, newState, oldState);
657
+ }
658
659
660
const bool RDKShellAdapter::Initialize(EventListener* listener, PluginHost::IShell* service)
0 commit comments