Merge "Update support to not need dialog fragment" into oc-mr1-dev
am: 47dd955fad
Change-Id: I4863722709ad5d8b2adb7bf75ef89d3fd6c3cb3f
This commit is contained in:
@@ -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