Unverified Commit 3069f712 authored by Erik Reider's avatar Erik Reider Committed by GitHub

Fixed CC list navigation skipping a notification (#305)

parent 9f6cd871
...@@ -214,7 +214,8 @@ namespace SwayNotificationCenter { ...@@ -214,7 +214,8 @@ namespace SwayNotificationCenter {
} }
navigate_list (list_position); navigate_list (list_position);
} }
return false; // Override the builtin list navigation
return true;
}); });
// Switches the stack page depending on the // Switches the stack page depending on the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment