remove debug mode delay on Android

This commit is contained in:
Nick Fisher
2023-10-17 18:24:39 +08:00
parent 3640e27324
commit 7f7eb89a45
3 changed files with 7 additions and 13 deletions

View File

@@ -112,7 +112,8 @@ class FilamentControllerFFI extends FilamentController {
///
/// Called by `FilamentWidget`. You do not need to call this yourself.
///
void createViewer(int width, int height) async {
@override
Future createViewer(int width, int height) async {
if (_viewer != null) {
throw Exception(
"Viewer already exists, make sure you call destroyViewer first");