Merge "Only display single line for title" into sc-dev

This commit is contained in:
Tsung-Mao Fang
2021-04-01 07:41:55 +00:00
committed by Android (Google) Code Review

View File

@@ -207,6 +207,7 @@ public class DeviceAdminListPreferenceController extends BasePreferenceControlle
return true;
});
pref.setOnPreferenceChangeListener((preference, newValue) -> false);
pref.setSingleLineTitle(true);
}
/**