Fixed progressbar

This commit is contained in:
Michael Schättgen 2016-09-29 20:47:42 +02:00
parent 9814b09f03
commit fa7e5941f1

View file

@ -74,6 +74,7 @@ public class KeyProfileAdapter extends RecyclerView.Adapter<KeyProfileAdapter.Ke
}
public void updateCode() {
progressBar.setProgress(1000);
if (this.keyProfile == null) {
return;
}