Fixed bug where network notification couldn't be dismissed
and updated build tools
This commit is contained in:
@ -109,6 +109,7 @@ public class NetworkNotification extends AbstractNotification {
|
||||
public void run() {
|
||||
if (!update()) {
|
||||
cancel();
|
||||
ctx.stopService(new Intent(ctx, BitmessageService.class));
|
||||
}
|
||||
NetworkNotification.super.show();
|
||||
}
|
||||
|
Reference in New Issue
Block a user