Add TODO for splash activity
Co-authored-by: dkanada <dkanada@users.noreply.github.com>
This commit is contained in:
parent
c1fbd52f28
commit
6ff4113ccc
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ public abstract class AbsBaseActivity extends AbsThemeActivity {
|
|||
protected void onCreate(Bundle savedInstanceState) {
|
||||
super.onCreate(savedInstanceState);
|
||||
|
||||
// TODO use a fragment for the splash activity
|
||||
if (App.getApiClient() == null) {
|
||||
Intent intent = new Intent(this, SplashActivity.class);
|
||||
intent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP | Intent.FLAG_ACTIVITY_SINGLE_TOP);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue