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

Commit de384452 authored by Andreas Gampe's avatar Andreas Gampe Committed by Gerrit Code Review
Browse files

Merge "Preload2: Fix object to sync on"

parents 0a1b294f f2a9933f
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.
                  }