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
1 changed files with 1 additions and 1 deletions
|
|
@ -732,7 +732,7 @@ impl<T: InvokeUiSession> Session<T> {
|
|||
msg_out.set_misc(misc);
|
||||
self.send(Data::Message(msg_out));
|
||||
|
||||
#[cfg(not(feature = "flutter"))]
|
||||
#[cfg(not(feature = "flutter_texture_render"))]
|
||||
{
|
||||
self.capture_displays(vec![], vec![], vec![display]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue