use LiveData in ViewKeyAdvActivity

This commit is contained in:
Vincent Breitmoser
2018-06-24 00:02:05 +02:00
parent d57a409fac
commit 2d1ff8cdcc
19 changed files with 409 additions and 859 deletions

View File

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