mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Check if activity is still alive before returning results to it
This commit is contained in:
@@ -2,7 +2,7 @@ package org.briarproject.android;
|
||||
|
||||
import android.support.annotation.UiThread;
|
||||
|
||||
interface Destroyable {
|
||||
public interface Destroyable {
|
||||
|
||||
@UiThread
|
||||
boolean hasBeenDestroyed();
|
||||
|
||||
Reference in New Issue
Block a user