mirror of https://github.com/M66B/NetGuard.git
Cleanup
This commit is contained in:
parent
371183e52b
commit
9a5052c654
|
@ -14,15 +14,11 @@ import android.widget.TextView;
|
|||
import java.text.SimpleDateFormat;
|
||||
|
||||
public class LogAdapter extends CursorAdapter {
|
||||
private static final String TAG = "Netguard.Log";
|
||||
|
||||
private Context mContext;
|
||||
private int colTime;
|
||||
private int colIP;
|
||||
|
||||
public LogAdapter(Context context, Cursor cursor) {
|
||||
super(context, cursor, 0);
|
||||
mContext = context;
|
||||
colTime = cursor.getColumnIndex("time");
|
||||
colIP = cursor.getColumnIndex("ip");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue