Ignore:
Timestamp:
Nov 7, 2013, 9:31:58 AM (11 years ago)
Author:
Jose Ruiz <joseruiz@…>
Branches:
master
Children:
b7cd976
Parents:
67541a6
Message:

Corrección de error en el repositorio de certificados 'Sin acceso al repositorio'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TibisayMovil/src/ve/gob/cenditel/tibisaymovil/CertificateRepositoryActivity.java

    r1081d4d r6141013  
    3333        protected int resultCode;
    3434        private int numChecks;
    35         private boolean buttonsEnabled;
    3635
    3736
     
    4645                this.prepareKeyChain();
    4746                this.viewHolder.delete.setEnabled(this.numChecks>0);
    48                 this.buttonsEnabled = false;
    4947               
    5048               
     
    5957                this.keyChain.setListView(this.viewHolder.aliases);
    6058                this.keyChain.setMasterActivity((Activity) this);
    61                 this.keyChain.setButtonsKeyStoreStatus(this.buttonsEnabled);
     59                this.keyChain.setButtonsKeyStoreStatus(false);
    6260                this.keyChain.choosePrivateKeyAlias();
    6361               
Note: See TracChangeset for help on using the changeset viewer.