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

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

Merge "Preload2: Fix object to sync on" am: de384452 am: dcb4956a

am: ad8c87f2

* commit 'ad8c87f2':
  Preload2: Fix object to sync on
parents 5a0dae4e ad8c87f2
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.
                  }