Use signed in, signed out to describe whether the DB is open or closed.

Hopefully this gives users a better understanding of whether their
messages and contacts are accessible than "Briar is running" and "Quit".
This commit is contained in:
akwizgran
2014-02-09 11:54:48 +00:00
parent 4178353c02
commit e92b6fce4c
3 changed files with 11 additions and 11 deletions

View File

@@ -67,7 +67,7 @@ public class BriarActivity extends RoboFragmentActivity {
if(bound) unbindService(serviceConnection);
}
protected void quit() {
protected void signOut() {
new Thread() {
@Override
public void run() {