From b3d1e1bfac791496690261dddba6f8ea2dd61ebd Mon Sep 17 00:00:00 2001
From: chylex <contact@chylex.com>
Date: Sun, 28 Jan 2018 20:54:49 +0100
Subject: [PATCH] Fix example notification timer breaking on skip (forward
mouse button or Enter)
---
Core/Notification/Example/FormNotificationExample.cs | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Core/Notification/Example/FormNotificationExample.cs b/Core/Notification/Example/FormNotificationExample.cs
index 6ac17423..04168e29 100644
--- a/Core/Notification/Example/FormNotificationExample.cs
+++ b/Core/Notification/Example/FormNotificationExample.cs
@@ -37,6 +37,8 @@ namespace TweetDuck.Core.Notification.Example{
Location = ControlExtensions.InvisibleLocation;
}
+ public override void FinishCurrentNotification(){}
+
public void ShowExampleNotification(bool reset){
if (reset){
LoadTweet(exampleNotification);