Skip to content

Commit

Permalink
Removing notification from blackberry
Browse files Browse the repository at this point in the history
Should close Litecoin-Java#54
  • Loading branch information
hank committed Feb 4, 2014
1 parent c50f6f1 commit dc9228a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ private void changed(final int numPeers)
@Override
public void run()
{
if (numPeers == 0)
if (numPeers == 0 || GenericUtils.isBlackberry())
{
nm.cancel(NOTIFICATION_ID_CONNECTED);
}
Expand Down

0 comments on commit dc9228a

Please sign in to comment.