Check if activity is still alive before returning results to it

This commit is contained in:
Torsten Grote
2016-09-07 16:50:43 -03:00
parent ccc49df08e
commit 7c5945de01
11 changed files with 36 additions and 31 deletions

View File

@@ -2,7 +2,7 @@ package org.briarproject.android;
import android.support.annotation.UiThread;
interface Destroyable {
public interface Destroyable {
@UiThread
boolean hasBeenDestroyed();