small fix for 6aafb3, forgot to commit this line

This commit is contained in:
Vincent Breitmoser 2014-05-07 03:18:41 +02:00
parent 65274f6c16
commit 992d37819c

View File

@ -109,6 +109,7 @@ public class ViewKeyActivity extends ActionBarActivity implements
setContentView(R.layout.view_key_activity);
mStatusDivider = findViewById(R.id.status_divider);
mStatusRevoked = findViewById(R.id.view_key_revoked);
mStatusExpired = findViewById(R.id.view_key_expired);