Implement SIGNATURE_SUCCESS_CERTIFIED in PgpDecryptVerify (not tested)

This commit is contained in:
Dominik Schürmann
2014-04-13 18:55:18 +02:00
parent 9b1a4a456a
commit e10b24e2ea
2 changed files with 31 additions and 13 deletions

View File

@@ -104,7 +104,6 @@ public class KeyListFragment extends Fragment
mStickyList = (StickyListHeadersListView) root.findViewById(R.id.key_list_list);
mStickyList.setOnItemClickListener(this);
// empty view
mButtonEmptyCreate = (BootstrapButton) root.findViewById(R.id.key_list_empty_button_create);
mButtonEmptyCreate.setOnClickListener(new OnClickListener() {