mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 742593 - SetupSyncActivity does main thread networking. r=rnewman
This commit is contained in:
parent
3809c5edd2
commit
7b20f87dbf
@ -85,6 +85,11 @@ public class DeleteChannel {
|
||||
}
|
||||
};
|
||||
|
||||
httpResource.delete();
|
||||
jClient.runOnThread(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
httpResource.delete();
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user