mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
code and ui refactoring in the Password activity, encapsulation and wrappers.
This commit is contained in:
@@ -25,7 +25,7 @@ import android.os.IBinder;
|
||||
import android.view.inputmethod.InputMethodManager;
|
||||
|
||||
@SuppressLint("Registered")
|
||||
public class BriarActivity extends RoboActivity {
|
||||
public class BriarActivity extends BaseActivity {
|
||||
|
||||
public static final int REQUEST_PASSWORD = 1;
|
||||
|
||||
@@ -45,7 +45,6 @@ public class BriarActivity extends RoboActivity {
|
||||
@Override
|
||||
public void onCreate(Bundle state) {
|
||||
super.onCreate(state);
|
||||
if (PREVENT_SCREENSHOTS) getWindow().addFlags(FLAG_SECURE);
|
||||
if (databaseConfig.getEncryptionKey() != null) startAndBindService();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user