remove passphrase fragment from key creation

This commit is contained in:
Vincent Breitmoser
2017-05-19 14:44:59 +02:00
parent 66ca2e1441
commit 80b8374eaa
3 changed files with 3 additions and 212 deletions

View File

@@ -62,6 +62,7 @@ public class CreateKeyActivityTest {
//@Test
public void testCreateMyKey() {
/*
mActivity.getActivity();
@@ -198,6 +199,7 @@ public class CreateKeyActivityTest {
// Clicks create key
onView(withId(R.id.create_key_next_button))
.perform(click());
*/
}
}