Skip to content

Update Fingerprint.java#2

Open
mmusaab wants to merge 1 commit intoTeroM:masterfrom
mmusaab:patch-1
Open

Update Fingerprint.java#2
mmusaab wants to merge 1 commit intoTeroM:masterfrom
mmusaab:patch-1

Conversation

@mmusaab
Copy link

@mmusaab mmusaab commented Nov 20, 2014

there is error in Fingerprint Constructor which did not passing the mMap value from database to Fingerprints ArrayList, after relaunching the application.

Incomplete Constructor :
public Fingerprint(int id, String map, PointF location) {
this();
mLocation = location;
mMap = map; // Add this line
}

there is error in Fingerprint Constructor which did not passing the mMap value from database to Fingerprints ArrayList, after relaunching the application.

Incomplete Constructor :
public Fingerprint(int id, String map, PointF location) {
	    this();
		mLocation = location;
		mMap = map;       // Add this line
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant