mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-15 15:48:26 -04:00
Fix values not being filtered upon instance creation
This commit is contained in:
parent
9cc4243966
commit
dec6fba244
@ -33,7 +33,7 @@ public class ControlDrawer extends ControlButton {
|
||||
|
||||
|
||||
//Filter unwanted values before instantiating the button
|
||||
for(int i=0; i < buttons.size(); ++i){
|
||||
for(int i=0; i < drawerData.buttonProperties.size(); ++i){
|
||||
drawerData.buttonProperties.set(i, filterProperties(drawerData.buttonProperties.get(i)));
|
||||
|
||||
addButton(drawerData.buttonProperties.get(i));
|
||||
|
Loading…
x
Reference in New Issue
Block a user