From 3c10ce7b6ad7debb561a4c0bf87e999c08e17937 Mon Sep 17 00:00:00 2001 From: Vincent Date: Thu, 12 Nov 2020 14:35:38 +0100 Subject: [PATCH] . --- .idea/workspace.xml | 27 ++++++++++++--------------- scripts/share.php | 8 +++++--- 2 files changed, 17 insertions(+), 18 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index ea324e7..93e8602 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,9 +3,6 @@ - - - @@ -1300,11 +1297,11 @@ - - + + - + diff --git a/scripts/share.php b/scripts/share.php index a1cdd13..3832edc 100644 --- a/scripts/share.php +++ b/scripts/share.php @@ -29,9 +29,11 @@ function shareIntent($content, $device = null) } if (!$ok && in_array($device, $hasScreen)) { - $sleep = 1 and ; - shieldShar + $sleep = 1;; + shieldShareIntent($content, $device); + $ok = true; + } sleep($sleep); - header('L+/*-ocation: /#/section/remote'); + header('Location: /#/section/remote'); exit; } \ No newline at end of file -- 2.39.5