1
0
mirror of https://github.com/danog/termux-api.git synced 2024-11-26 11:54:40 +01:00

Minor formatting

This commit is contained in:
Fredrik Fornwall 2019-08-13 22:56:49 +02:00
parent 93ee860589
commit 2efe77fd67

View File

@ -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");