mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Only show RSS Feed Import Failed Dialog when Activity lives
This commit is contained in:
10
briar-android/src/org/briarproject/android/Destroyable.java
Normal file
10
briar-android/src/org/briarproject/android/Destroyable.java
Normal file
@@ -0,0 +1,10 @@
|
||||
package org.briarproject.android;
|
||||
|
||||
import android.support.annotation.UiThread;
|
||||
|
||||
interface Destroyable {
|
||||
|
||||
@UiThread
|
||||
boolean hasBeenDestroyed();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user