. Nofifications are not cancelled anymore when viewing account screen

This commit is contained in:
Bao-Long Nguyen-Trong 2009-02-01 07:21:30 +00:00
parent f4c8f88251
commit 8721b64e66
1 changed files with 0 additions and 4 deletions

View File

@ -84,10 +84,6 @@ public class Accounts extends ListActivity implements OnItemClickListener, OnCli
public void onResume() {
super.onResume();
NotificationManager notifMgr = (NotificationManager)
getSystemService(Context.NOTIFICATION_SERVICE);
notifMgr.cancelAll();
refresh();
}