mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 968735 - Rename displayPanelConfig() to displayHomeConfig() (r=liuche)
This commit is contained in:
parent
92b2c31da3
commit
90e778326f
@ -68,13 +68,13 @@ public class PanelsPreferenceCategory extends CustomListCategory {
|
||||
@Override
|
||||
public void onPostExecute(List<PanelConfig> panelConfigs) {
|
||||
mPanelConfigs = panelConfigs;
|
||||
displayPanelConfig();
|
||||
displayHomeConfig();
|
||||
}
|
||||
};
|
||||
mLoadTask.execute();
|
||||
}
|
||||
|
||||
private void displayPanelConfig() {
|
||||
private void displayHomeConfig() {
|
||||
for (PanelConfig panelConfig : mPanelConfigs) {
|
||||
// Create and add the pref.
|
||||
final PanelsPreference pref = new PanelsPreference(getContext(), PanelsPreferenceCategory.this);
|
||||
|
Loading…
Reference in New Issue
Block a user