mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 906030 - Part 2: Don't remove guest profile on background thread. r=wesj
This commit is contained in:
parent
8341c442fa
commit
199c038a15
@ -189,12 +189,8 @@ public final class GeckoProfile {
|
||||
profile.mInGuestMode = false;
|
||||
|
||||
// If the guest dir exists, but it's unlocked, delete it
|
||||
ThreadUtils.postToBackgroundThread(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
removeGuestProfile(context);
|
||||
}
|
||||
});
|
||||
removeGuestProfile(context);
|
||||
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user