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 @@ public override void HideNotification(){
             Location = ControlExtensions.InvisibleLocation;
         }
 
+        public override void FinishCurrentNotification(){}
+
         public void ShowExampleNotification(bool reset){
             if (reset){
                 LoadTweet(exampleNotification);