Implement ADV text publication service

This commit is contained in:
gamer147
2026-07-20 10:18:10 -04:00
parent 96e4448796
commit 3fa07c0ae5
14 changed files with 204 additions and 25 deletions

View File

@@ -295,6 +295,8 @@ public class HistoryInteractionOpsTests
Assert.Equal(1, host.Waits); // the enclosing ADV page was never released or re-entered
Assert.Equal(1, host.HistoryPresentationEnds);
Assert.Empty(host.ActiveHistoryRenders);
Assert.Contains(false, host.WaitIndicatorEnabledChanges);
Assert.Contains(1, host.PublishedAdvTextLayouts);
var historyButtons = host.FirstHistoryFrame
.Where(render => render.Handle >= 0xd2fa && render.Handle <= 0xd300)