Skip to content

Commit 6798c97

Browse files
author
Matt Oakes
committed
Fixed an issue with the base adapter snippet
1 parent 6bcf8c2 commit 6798c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ad-baseadapter.sublime-snippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ public class ${1:Custom}Adapter extends BaseAdapter {
44
private Context context;
55
private LayoutInflater inflater;
66
7-
public ${1:CustomAdapter}(Context context) {
7+
public ${1:Custom}Adapter(Context context) {
88
this.context = context;
99
inflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
1010
}

0 commit comments

Comments
 (0)