mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-04-13 19:51:16 +02:00
Improve UI hiding behaviour.
This commit is contained in:
@@ -63,4 +63,9 @@ public class TestBriarApplication extends Application
|
||||
public SharedPreferences getDefaultSharedPreferences() {
|
||||
return prefs;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isRunningInBackground() {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user