use LiveData to load data in ViewKeyActivity

This commit is contained in:
Vincent Breitmoser
2018-06-24 01:14:07 +02:00
parent 2d1ff8cdcc
commit 5cfe0d140f
7 changed files with 235 additions and 340 deletions

View File

@@ -58,5 +58,9 @@ public abstract class SubKey implements KeysModel {
public boolean has_auth_key() {
return has_auth_key_int() != 0;
}
public boolean has_encrypt_key() {
return has_encrypt_key_int() != 0;
}
}
}