This commit is contained in:
Anuken
2020-12-24 11:43:04 -05:00
parent 90372171b2
commit 0940abe98c
2 changed files with 4 additions and 1 deletions

View File

@@ -121,6 +121,10 @@ public class BlockInventoryFragment extends Fragment{
}
if(dirty) rebuild(false);
}
if(table.getChildren().isEmpty()){
hide();
}
}
});