Fixed broken keyboard focus after loading
This commit is contained in:
@@ -111,6 +111,9 @@ public class LoadingFragment{
|
||||
table.toFront();
|
||||
table.touchable = Touchable.disabled;
|
||||
table.actions(Actions.fadeOut(0.5f), Actions.visible(false));
|
||||
if(Core.scene.getKeyboardFocus() == button){
|
||||
Core.scene.setKeyboardFocus(null);
|
||||
}
|
||||
}
|
||||
|
||||
private void text(String text){
|
||||
|
||||
Reference in New Issue
Block a user