Only show RSS Feed Import Failed Dialog when Activity lives

This commit is contained in:
Torsten Grote
2016-09-02 11:12:24 -03:00
parent 387e44d114
commit 0deac1d1b6
3 changed files with 22 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
package org.briarproject.android;
import android.support.annotation.UiThread;
interface Destroyable {
@UiThread
boolean hasBeenDestroyed();
}