Skip to content

Commit c2241fd

Browse files
981200: Addressed the feedbacks
1 parent 8342c6a commit c2241fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Document-Processing/PDF/Smart-PDF-Viewer/blazor/getting-started/maui-blazor-app.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,9 @@ public static class MauiProgram
210210
{
211211
...
212212
builder.Services.AddSyncfusionBlazor();
213+
#if ANDROID
213214
EnsureModelExistsAsync();
215+
#endif
214216
return builder.Build();
215217
}
216218
private static async void EnsureModelExistsAsync()

0 commit comments

Comments
 (0)