mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 03:39:05 +01:00
Added UI thread methods to AndroidExecutor.
This commit is contained in:
@@ -107,7 +107,7 @@ public class PanicResponderActivity extends BriarActivity {
|
||||
}
|
||||
|
||||
private void deleteAllData() {
|
||||
androidExecutor.execute(new Runnable() {
|
||||
androidExecutor.runOnBackgroundThread(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
configController.deleteAccount(PanicResponderActivity.this);
|
||||
|
||||
Reference in New Issue
Block a user