call capture_displays when no enable flutter_texture_render (#8146)
Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
parent
17d18f1dd8
commit
4fd4b24fa2
@ -732,7 +732,7 @@ impl<T: InvokeUiSession> Session<T> {
|
|||||||
msg_out.set_misc(misc);
|
msg_out.set_misc(misc);
|
||||||
self.send(Data::Message(msg_out));
|
self.send(Data::Message(msg_out));
|
||||||
|
|
||||||
#[cfg(not(feature = "flutter"))]
|
#[cfg(not(feature = "flutter_texture_render"))]
|
||||||
{
|
{
|
||||||
self.capture_displays(vec![], vec![], vec![display]);
|
self.capture_displays(vec![], vec![], vec![display]);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user