S^3 has a different UID for the new task switcher RCL_3
authorSebastian Brannstrom <sebastianb@symbian.org>
Mon, 26 Jul 2010 10:54:02 +0100
branchRCL_3
changeset 203 cc2d961dbe57
parent 202 e1dedb07817d
child 207 9fef0425017e
S^3 has a different UID for the new task switcher
application/src/PodcastAppui.cpp
--- a/application/src/PodcastAppui.cpp	Fri Jul 23 15:21:11 2010 +0100
+++ b/application/src/PodcastAppui.cpp	Mon Jul 26 10:54:02 2010 +0100
@@ -138,8 +138,8 @@
 			TUid activeAppUid = gn->AppUid();
 			CleanupStack::PopAndDestroy(gn);
         	
-			const TUid KUidFastSwap = { 0x10207218 };
-			if (activeAppUid == KUidFastSwap)
+			const TUid KUidFastSwapS3 = { 0x20016BF0 };
+			if (activeAppUid == KUidFastSwapS3)
 				{
 				// closed by task manager
 				Exit();