facebook / facebook-android-sdk

Used to integrate Android apps with Facebook Platform.
https://developers.facebook.com/docs/android
Other
6.17k stars 3.66k forks source link

Update Task.kt #1264

Open GeorgCantor opened 2 months ago

GeorgCantor commented 2 months ago

Pull Request Details

Use of when Expression Improved Clarity: The when expression makes it easier to read and understand the flow of conditions.

Removed Redundant Checks Efficiency: The checks for task.isFaulted and task.isCancelled are kept straightforward without redundant else-if structures.

Test Plan

Test Plan: Add your test plan here