Merge "Fix the description under timeout isn't translated completely"

This commit is contained in:
Jason Chang
2020-07-17 06:18:12 +00:00
committed by Android (Google) Code Review
3 changed files with 2 additions and 4 deletions

View File

@@ -87,7 +87,7 @@ public class OneHandedTimeoutPreferenceController extends BasePreferenceControll
return mContext.getResources().getString(R.string.screensaver_settings_summary_never);
}
return String.format(mContext.getResources().getString(
R.string.one_handed_timeout_summary), mTimeoutMap.get(getTimeoutValue()));
R.string.screen_timeout_summary), mTimeoutMap.get(getTimeoutValue()));
}
@Override