Skip to content

Commit f20355e

Browse files
committed
Revert "fix: disable notification timestamp to prevent jumps on some devices"
This reverts commit db92055.
1 parent 7d6e55e commit f20355e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/zaneschepke/wireguardautotunnel/core/notification/NotificationManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ interface NotificationManager {
1717
subText: String? = null,
1818
actions: Collection<NotificationCompat.Action> = emptyList(),
1919
description: String = "",
20-
showTimestamp: Boolean = false,
20+
showTimestamp: Boolean = true,
2121
importance: Int = NotificationManager.IMPORTANCE_LOW,
2222
onGoing: Boolean = false,
2323
onlyAlertOnce: Boolean = true,

0 commit comments

Comments
 (0)