Skip to content
This repository has been archived by the owner on Oct 7, 2023. It is now read-only.

Commit

Permalink
Merge "Camera: Force reload popup settings" into ics
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperb1iss authored and Gerrit Code Review committed Jul 17, 2012
2 parents 7463372 + 15ccaec commit 40d7056
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/com/android/camera/ui/OtherSettingsPopup.java
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ private int getSettingLayoutId(ListPreference pref) {

@Override
public View getView(int position, View convertView, ViewGroup parent) {
if (convertView != null) return convertView;

ListPreference pref = mListItem.get(position);

int viewLayoutId = getSettingLayoutId(pref);
Expand Down

0 comments on commit 40d7056

Please sign in to comment.