• Wherever you are calling layout.render() instead call

    layout.setUI();
    layout.render();
    

    Seems to work for me when running your code. I just finished a keyboard app and I ended up needing to do that every time I switched to a particular layout.

About

Avatar for Philip @Philip started