Merge "Update support to not need dialog fragment" into oc-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
47dd955fad
@@ -47,8 +47,8 @@ public class SupportDashboardActivity extends Activity implements Indexable {
|
|||||||
supportFeatureProvider.startSupportV2(this);
|
supportFeatureProvider.startSupportV2(this);
|
||||||
} else {
|
} else {
|
||||||
startActivity(new Intent(this, LegacySupportActivity.class));
|
startActivity(new Intent(this, LegacySupportActivity.class));
|
||||||
finish();
|
|
||||||
}
|
}
|
||||||
|
finish();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user