modifications based on Akwizgran's comments

This commit is contained in:
Ernir Erlingsson
2016-05-11 11:40:49 +02:00
parent d4232b6a01
commit c93e78f178
19 changed files with 57 additions and 87 deletions

View File

@@ -8,7 +8,7 @@ public interface BriarController extends ActivityLifecycleController {
void startAndBindService();
boolean encryptionKey();
boolean hasEncryptionKey();
void signOut(ResultHandler<Void> eventHandler);
}