[m] Fix clear
This commit is contained in:
		@@ -12,7 +12,7 @@ import java.io.InputStream
 | 
				
			|||||||
class Visits(val id: Int, private val locs: HashMap<String, Int>) {
 | 
					class Visits(val id: Int, private val locs: HashMap<String, Int>) {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    fun setVisited(key: GeoLoc?, b: Int) {
 | 
					    fun setVisited(key: GeoLoc?, b: Int) {
 | 
				
			||||||
        if (b == 0 || key == null)
 | 
					        if (key == null)
 | 
				
			||||||
            return
 | 
					            return
 | 
				
			||||||
        locs[key.code] = b
 | 
					        locs[key.code] = b
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user