android: fix build
Fixes: 2f20e8253e ("app: simplify Damus::new constructor")
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -84,7 +84,7 @@ pub async fn android_main(app: AndroidApp) {
|
|||||||
let _res = eframe::run_native(
|
let _res = eframe::run_native(
|
||||||
"Damus NoteDeck",
|
"Damus NoteDeck",
|
||||||
options,
|
options,
|
||||||
Box::new(move |cc| Ok(Box::new(Damus::new(cc, path, app_args)))),
|
Box::new(move |cc| Ok(Box::new(Damus::new(&cc.egui_ctx, path, app_args)))),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user