Skip to content

Commit

Permalink
Merge pull request #42 from dimagi/fix-address
Browse files Browse the repository at this point in the history
Remove unwanted text
  • Loading branch information
wpride committed Oct 1, 2014
2 parents 1d9984a + f054a98 commit 3633b16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/org/commcare/android/view/EntityDetailView.java
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ private void updateCurrentView(int newCurrent, View newView) {
LinearLayout.LayoutParams graphValueLayout = new LinearLayout.LayoutParams(origValue);
graphValueLayout.weight = 10;
valuePane.setLayoutParams(origValue);
data.setVisibility(View.VISIBLE);
}
}

Expand Down

0 comments on commit 3633b16

Please sign in to comment.