src/com/beem/project/beem/service/BeemChatManager.java
changeset 221 d2c030543834
parent 219 79ccbe331695
child 222 f72be51936d5
--- a/src/com/beem/project/beem/service/BeemChatManager.java	Fri May 22 22:30:28 2009 +0200
+++ b/src/com/beem/project/beem/service/BeemChatManager.java	Sat May 23 16:56:49 2009 +0200
@@ -172,7 +172,7 @@
 		notif.defaults = Notification.DEFAULT_ALL;
 		notif.flags = Notification.FLAG_AUTO_CANCEL;
 		Intent intent = new Intent(mService, SendIM.class);
-		intent.setFlags(Intent.FLAG_ACTIVITY_REORDER_TO_FRONT| Intent.FLAG_ACTIVITY_SINGLE_TOP);
+		intent.setFlags(Intent.FLAG_ACTIVITY_REORDER_TO_FRONT| Intent.FLAG_ACTIVITY_SINGLE_TOP); 
 		// TODO use prefix for name
 		intent.putExtra("contact", chat.getParticipant());
 		notif.setLatestEventInfo(mService, text, mService.getString(R.string.BeemChatManagerNewMessage),