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

Commit b79bd286 authored by Josh Gao's avatar Josh Gao Committed by Gerrit Code Review
Browse files

Merge "Thread.sleep takes milliseconds, not seconds."

parents b6622aee e8575f53
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -460,7 +460,7 @@ public final class SystemServer {
                }

                try {
                    Thread.sleep(checkInterval);
                    Thread.sleep(checkInterval * 1000);
                } catch (InterruptedException ex) {
                    continue;
                }