LSW: Properly set page transition and cleanup definitions on the way
Set slide animation by default and use it in all pages. Fix wrong/missing slide animations on various transitions like WiFi and the backup subpage. Change-Id: I78c87f38eb615379d39c89b43a016ed2ffb98695
This commit is contained in:
committed by
Alessandro Astone
parent
b05350b920
commit
cff638652a
@@ -59,11 +59,6 @@ public class LocationSettingsActivity extends BaseSetupWizardActivity {
|
||||
mLocationAccess.setChecked(mLocationManager.isLocationEnabled());
|
||||
}
|
||||
|
||||
@Override
|
||||
protected int getTransition() {
|
||||
return TRANSITION_ID_SLIDE;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected int getLayoutResId() {
|
||||
return R.layout.location_settings;
|
||||
|
Reference in New Issue
Block a user