Fixed some bugs/crashes
This commit is contained in:
@@ -226,6 +226,7 @@ public class PlacementFragment extends Fragment{
|
||||
|
||||
/**Show or hide the placement menu.*/
|
||||
void toggle(float t, Interpolation ip){
|
||||
toggler.clearActions();
|
||||
if(shown){
|
||||
shown = false;
|
||||
toggler.actions(Actions.translateBy(toggler.getTranslation().x + toggler.getWidth(), 0, t, ip));
|
||||
|
||||
Reference in New Issue
Block a user