mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
Refactored finishOnUiThread() into superclass.
This commit is contained in:
@@ -95,4 +95,12 @@ public class BriarActivity extends RoboFragmentActivity {
|
||||
}
|
||||
}.start();
|
||||
}
|
||||
|
||||
protected void finishOnUiThread() {
|
||||
runOnUiThread(new Runnable() {
|
||||
public void run() {
|
||||
finish();
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user