mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user