mirror of
https://github.com/danog/termux-api.git
synced 2024-11-26 20:04:42 +01:00
Minor formatting
This commit is contained in:
parent
93ee860589
commit
2efe77fd67
@ -95,9 +95,7 @@ public class NotificationAPI {
|
||||
notification.setOngoing(ongoing);
|
||||
notification.setOnlyAlertOnce(alertOnce);
|
||||
notification.setWhen(System.currentTimeMillis());
|
||||
notification.setShowWhen(true);
|
||||
|
||||
|
||||
notification.setShowWhen(true);
|
||||
|
||||
String ImagePath = intent.getStringExtra("image-path");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user