[Solved] android how to terminate functionand return to asyntask after getting spesific value [closed]


Replace break with return. break just breaks the loop, return “stops” the method.

3

solved android how to terminate functionand return to asyntask after getting spesific value [closed]