mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-02 17:41:29 +03:00
fix, the session image covers android toolbar
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
@@ -279,7 +279,10 @@ class _RemotePageState extends State<RemotePage>
|
||||
_ffi.ffiModel.pi.isSet.isTrue &&
|
||||
_ffi.ffiModel.waitForFirstImage.isTrue
|
||||
? emptyOverlay()
|
||||
: Offstage(),
|
||||
: () {
|
||||
_ffi.ffiModel.tryShowAndroidActionsOverlay();
|
||||
return Offstage();
|
||||
}(),
|
||||
// Use Overlay to enable rebuild every time on menu button click.
|
||||
_ffi.ffiModel.pi.isSet.isTrue
|
||||
? Overlay(initialEntries: [
|
||||
|
||||
Reference in New Issue
Block a user