Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dcb4956a authored by Andreas Gampe's avatar Andreas Gampe Committed by android-build-merger
Browse files

Merge "Preload2: Fix object to sync on"

am: de384452

* commit 'de384452':
  Preload2: Fix object to sync on
parents fabbf9f7 de384452
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -285,7 +285,7 @@ public class DeviceUtils {

              if (device == null) {
                  try {
                      wait(timeout);
                      wfdl.wait(timeout);
                  } catch (InterruptedException e) {
                      // Ignore spurious wakeups.
                  }
@@ -304,7 +304,7 @@ public class DeviceUtils {

              if (!device.hasClients()) {
                  try {
                      wait(timeout);
                      wfcl.wait(timeout);
                  } catch (InterruptedException e) {
                      // Ignore spurious wakeups.
                  }