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

Commit bb2e1ef8 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Code Review
Browse files

Merge "Fixing possible race condition."

parents c94a9998 06e57b5d
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -522,10 +522,9 @@ public class WindowManagerService extends IWindowManager.Stub
                } catch (InterruptedException e) {
                } catch (InterruptedException e) {
                }
                }
            }
            }
        }

            return thr.mService;
            return thr.mService;
        }
        }
    }


    static class WMThread extends Thread {
    static class WMThread extends Thread {
        WindowManagerService mService;
        WindowManagerService mService;