mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
Introduce a DestroyableActivity for UI result handlers
This commit is contained in:
@@ -59,7 +59,6 @@ public abstract class BriarActivity extends BaseActivity {
|
||||
|
||||
protected void signOut(final boolean removeFromRecentApps) {
|
||||
briarController.signOut(new UiResultHandler<Void>(this) {
|
||||
|
||||
@Override
|
||||
public void onResultUi(Void result) {
|
||||
if (removeFromRecentApps) startExitActivity();
|
||||
|
||||
Reference in New Issue
Block a user