[android] added comment

This commit is contained in:
Roman Romanov 2017-04-05 13:07:16 +04:00
parent dc7d46fc11
commit 93f2195b68

View file

@ -58,6 +58,7 @@ public class SplashActivity extends AppCompatActivity
public void run()
{
init();
// Run delayed task because resumeDialogs() must be called after onPause()
UiThread.runLater(mFinalTask);
}
};