Merge "Use FooterPreference in xml explicitly"

This commit is contained in:
TreeHugger Robot
2019-08-08 12:11:58 +00:00
committed by Android (Google) Code Review
3 changed files with 7 additions and 8 deletions

View File

@@ -118,8 +118,6 @@ public class BillingCycleSettings extends DataUsageBaseFragment implements
mEnableDataLimit = (SwitchPreference) findPreference(KEY_SET_DATA_LIMIT);
mEnableDataLimit.setOnPreferenceChangeListener(this);
mDataLimit = findPreference(KEY_DATA_LIMIT);
mFooterPreferenceMixin.createFooterPreference().setTitle(R.string.data_warning_footnote);
}
@Override