mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Added @UiThread annotations, minor code cleanups.
This commit is contained in:
@@ -13,8 +13,10 @@ import java.util.Collection;
|
||||
|
||||
public interface BaseController {
|
||||
|
||||
@UiThread
|
||||
void onStart();
|
||||
|
||||
@UiThread
|
||||
void onStop();
|
||||
|
||||
void loadBlogPosts(GroupId g,
|
||||
|
||||
Reference in New Issue
Block a user