Skip to content

Commit b9ceef4

Browse files
committed
Modify context to private
1 parent 95abdbd commit b9ceef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/main/java/com/yat3s/library/adapter/BaseAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ private static class VIEW_TYPE {
3737
* Base config
3838
*/
3939
private List<T> mData;
40-
protected Context mContext;
40+
private Context mContext;
4141
private LayoutInflater mInflater;
4242

4343
/**

0 commit comments

Comments
 (0)