droidconKE / droidconKE2019App

Android app for the second Android Developer conference-droidcon in Nairobi 2019
https://appetize.io/app/wavc552uqmn76jaz7bd2bf890r
MIT License
16 stars 15 forks source link

Remove NonNullable LiveData classes #66

Closed michaelbukachi closed 4 years ago

michaelbukachi commented 4 years ago

We should remove all NonNull LiveData classes and replace them with the basic counterparts since null checks are already done.

wangerekaharun commented 4 years ago

@michaelbukachi removed all NonNull LiveData classes. Cross check the develop branch

michaelbukachi commented 4 years ago

Awesome. Will do in the morning.

michaelbukachi commented 4 years ago

It's good. Let's wait for issue #65 before merging to master.

michaelbukachi commented 4 years ago

I've merged the the pull request.

wangerekaharun commented 4 years ago

Okay merging to master and closing this.