Skip to content

Commit f99737f

Browse files
committed
PoC: WASD: Fixed reported extensions
1 parent c43b209 commit f99737f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/ProofOfConcepts/NumberKeysMenuAPI.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ bool IMenuAPI.IsExtensionSupported(Type extension)
6666
{
6767
if (extension == typeof(IMenuPriorityExtension))
6868
return true;
69+
if (extension == typeof(INavigateBackMenuExtension))
70+
return true;
71+
if (extension == typeof(IMenuItemSubtitleExtension))
72+
return true;
6973
return false;
7074
}
7175

0 commit comments

Comments
 (0)