Skip to content

Commit

Permalink
make before Text field in Progress Latex View private
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillMakarov committed Feb 27, 2017
1 parent a62e6a6 commit 43a6898
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
public class ProgressLatexView extends FrameLayout {

private LatexSupportableEnhancedFrameLayout optionText;
public String beforeText = null;
private String beforeText = null;
private ProgressBar progressBar;

public ProgressLatexView(Context context) {
Expand Down

0 comments on commit 43a6898

Please sign in to comment.