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

Rename `Result` to something else due to conflicts #57

Closed michaelbukachi closed 4 years ago

michaelbukachi commented 4 years ago

@wangerekaharun It seems that Result is an inbuilt class in kotlin which should rename to something else to prevent conflicts.

wangerekaharun commented 4 years ago

Noted. Will Rename.

johnGachihi commented 4 years ago

It appears to me that FirebaseResult has been re-renamed back to Result in the repository classes (but not in the viewmodels). This happens in this commit fa814945a54ff26cb342501018ef261e8451ffd1

michaelbukachi commented 4 years ago

@johnGachihi. Do you mind opening a pull request?