mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Always check whether context has been destroyed.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package org.briarproject.android;
|
||||
|
||||
public interface DestroyableContext {
|
||||
|
||||
void runOnUiThreadUnlessDestroyed(Runnable runnable);
|
||||
}
|
||||
Reference in New Issue
Block a user