mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-23 23:39:14 +00:00
Fixed progressbar
This commit is contained in:
parent
9814b09f03
commit
fa7e5941f1
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ public class KeyProfileAdapter extends RecyclerView.Adapter<KeyProfileAdapter.Ke
|
|||
}
|
||||
|
||||
public void updateCode() {
|
||||
progressBar.setProgress(1000);
|
||||
if (this.keyProfile == null) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue