Skip to content
Snippets Groups Projects
Commit fdf2075a authored by Alexandre Lision's avatar Alexandre Lision
Browse files

release: removed 'dev' button

parent 2affbaad
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ public class AccountCreationFragment extends Fragment { ...@@ -58,7 +58,7 @@ public class AccountCreationFragment extends Fragment {
} }
}); });
inflatedView.findViewById(R.id.dev_account).setVisibility(View.GONE); // Hide this button in release apk
inflatedView.findViewById(R.id.dev_account).setOnClickListener(new View.OnClickListener() { inflatedView.findViewById(R.id.dev_account).setOnClickListener(new View.OnClickListener() {
@Override @Override
public void onClick(View view) { public void onClick(View view) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment