Fixed a bug that would make certain recycled cells carry the PSA cell's onClickListener

This commit is contained in:
Deniz Düzgören
2019-08-07 07:38:50 +02:00
parent 78e836b737
commit f9df4c448a
4 changed files with 24 additions and 24 deletions
@@ -5,8 +5,6 @@ import android.app.job.JobService
import android.content.Context
import android.net.ConnectivityManager
import android.preference.PreferenceManager
import org.jsoup.Jsoup
import java.net.URL
class NotificationService : JobService() {