ktuapp / api

API Used By KTU Official | Student Portal
https://play.google.com/store/apps/details?id=com.retinaapps.ktuapp
GNU General Public License v3.0
6 stars 5 forks source link

Fix issue in parse data where elem.next.data is null #3

Closed ashikmeerankutty closed 5 years ago

ashikmeerankutty commented 5 years ago

There are some cases where elem.next.data is null. Now the error is caught in try catch need to replace that with a null check.