nickbutcher / plaid

An Android app which provides design news & inspiration as well as being an example of implementing material design.
Apache License 2.0
16.26k stars 3.16k forks source link

optimized code in some places #838

Open GeorgCantor opened 4 years ago

GeorgCantor commented 4 years ago

:loudspeaker: Type of change

:scroll: Description

Replaced null check with operator let; Replaced if with with operator.

:bulb: Motivation and Context

This improves the readability and elegance of the code. And reduces the amount of code

:green_heart: How did you test it?

:pencil: Checklist

:crystal_ball: Next steps

:camera_flash: Screenshots / GIFs