Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxr1998 committed May 17, 2017
1 parent 58044f8 commit 643bae2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class ImplementationDialog {
@SuppressLint("InflateParams")
public ImplementationDialog() {
implementationView = (ViewGroup) LayoutInflater.from(c).inflate(R.layout.dialog_implementation, null);
group = implementationView.findViewById(R.id.implementation_group);
group = (RadioGroup) implementationView.findViewById(R.id.implementation_group);
accessibilityAlert = implementationView.findViewById(R.id.implementation_alert);
accessibilityError = implementationView.findViewById(R.id.accessibility_error);

Expand Down

0 comments on commit 643bae2

Please sign in to comment.