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

Commit 27c79417 authored by Ethan Chen's avatar Ethan Chen Committed by Gerrit Code Review
Browse files

Merge "CMFM: Fix deadlock" into cm-10.2

parents f0ff624a ce337ecc
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -806,6 +806,10 @@ public class NavigationView extends RelativeLayout implements

        //Check that it is really necessary change the directory
        if (!reload && this.mCurrentDir != null && this.mCurrentDir.compareTo(fNewDir) == 0) {
            synchronized (this.mSync) {
                mChangingDir = false;
                mSync.notify();
            }
            return;
        }