I am getting the following error and i have no clue as to why its happening.
Error:
08-23 17:07:46.533 22454-22454/com.a.b.c E/Andr
I found a workaround. Call setVisible(true) in onStart():
setVisible(true)
onStart()
@Override protected void onStart() { super.onStart(); setVisible(true); }