Skip to content
This repository has been archived by the owner on Jan 25, 2018. It is now read-only.

Commit

Permalink
don't clear notifications on login
Browse files Browse the repository at this point in the history
  • Loading branch information
n8fr8 committed Sep 21, 2011
1 parent c6d415e commit 00e903f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -140,7 +140,7 @@ protected void onCreate(Bundle icicle) {
mApp.callWhenServiceConnected(mHandler, new Runnable(){
public void run() {
if (!mDestroyed) {
mApp.dismissNotifications(mProviderId);
// mApp.dismissNotifications(mProviderId);
mConn = mApp.getConnection(mProviderId);
if (mConn == null) {
Log.e(ImApp.LOG_TAG, "The connection has disappeared!");
Expand Down

0 comments on commit 00e903f

Please sign in to comment.