We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
When u change window orientation, you must set the "setAnimationEnable(false)" to prevent window leaking... that's little bit anoying
pubic void onPause() { dialog.setAnimationEnabled(false); dialog.dismiss(); }
but otherwise a nice job man