mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-21 18:17:07 -04:00
Fix values not being filtered upon instance creation
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user