mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-21 11:22:16 +08:00
@@ -99,7 +99,7 @@ abstract final class Utils {
|
||||
static Future<Rect?> get sharePositionOrigin async {
|
||||
if (await isIpad) {
|
||||
final size = Get.size;
|
||||
return Rect.fromLTWH(0, 0, size.width, size.height / 2);
|
||||
return Rect.fromLTRB(0, 0, size.width, size.height / 2);
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user