aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java
diff options
context:
space:
mode:
authorMatthew Wong <wongma7@outlook.com>2015-08-26 17:03:37 -0400
committerMatthew Wong <wongma7@outlook.com>2015-08-26 17:03:37 -0400
commitf6d3dc23fbf68e8440fd9cab77797ad45b3100b1 (patch)
tree9b2d79264f0306d8bd6c43d0f1eeb2f7c5a4b3ca /app/src/main/java
parent88f0cddd58796745e5f2be22ac9a3540ea24f7ae (diff)
UI cleanup & reformat
Diffstat (limited to 'app/src/main/java')
-rw-r--r--app/src/main/java/com/zeapo/pwdstore/SshKeyGen.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/src/main/java/com/zeapo/pwdstore/SshKeyGen.java b/app/src/main/java/com/zeapo/pwdstore/SshKeyGen.java
index 4fb5f0e3..b4daa5db 100644
--- a/app/src/main/java/com/zeapo/pwdstore/SshKeyGen.java
+++ b/app/src/main/java/com/zeapo/pwdstore/SshKeyGen.java
@@ -145,8 +145,6 @@ public class SshKeyGen extends AppCompatActivity {
setTitle("Generate SSH Key");
- setContentView(R.layout.activity_ssh_keygen);
-
if (savedInstanceState == null) {
getFragmentManager().beginTransaction()
.replace(android.R.id.content, new SshKeyGenFragment()).commit();