Skip to content

Commit dc9228a

Browse files
committed
Removing notification from blackberry
Should close #54
1 parent c50f6f1 commit dc9228a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wallet/src/de/schildbach/wallet/service/BlockchainServiceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ private void changed(final int numPeers)
287287
@Override
288288
public void run()
289289
{
290-
if (numPeers == 0)
290+
if (numPeers == 0 || GenericUtils.isBlackberry())
291291
{
292292
nm.cancel(NOTIFICATION_ID_CONNECTED);
293293
}

0 commit comments

Comments
 (0)