We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d6e55e commit f20355eCopy full SHA for f20355e
1 file changed
app/src/main/java/com/zaneschepke/wireguardautotunnel/core/notification/NotificationManager.kt
@@ -17,7 +17,7 @@ interface NotificationManager {
17
subText: String? = null,
18
actions: Collection<NotificationCompat.Action> = emptyList(),
19
description: String = "",
20
- showTimestamp: Boolean = false,
+ showTimestamp: Boolean = true,
21
importance: Int = NotificationManager.IMPORTANCE_LOW,
22
onGoing: Boolean = false,
23
onlyAlertOnce: Boolean = true,
0 commit comments