Skip to content

Commit

Permalink
Merge pull request #2383 from nextcloud/fix/app/color-emojis-web
Browse files Browse the repository at this point in the history
  • Loading branch information
provokateurin authored Aug 14, 2024
2 parents 361b6e8 + c7c1df4 commit d8ed064
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/app/web/flutter_bootstrap.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{{flutter_js}}
{{flutter_build_config}}

_flutter.loader.load({
onEntrypointLoaded: async function(engineInitializer) {
const appRunner = await engineInitializer.initializeEngine({
useColorEmoji: true,
});

await appRunner.runApp();
}
});

0 comments on commit d8ed064

Please sign in to comment.