mirror of
https://github.com/encounter/engine.git
synced 2026-03-30 11:09:55 -07:00
dd74567382
It's useful to be able to call org.domokit.sky.shell.SkyMain.ensureInitialized() when implementing custom Android Activities. This commit makes ensureInitialized() public for this purpose. Unrelated changes: Added curly braces to pass PRESUBMIT check. Add Lex Berezhny <lex@damoti.com> to AUTHORS file in order to be able to commit fixes (and pass PRESUBMIT check). Patch by Lex Berezhny <lex@damoti.com>. R=abarth@chromium.org Review URL: https://codereview.chromium.org/1135953004