nextcloud-talk-android/app/src/main/java/com
ardevd 017ee9e034 controllers: removed identical sub-expression in if statement. (#529)
Using the same value on either side of a binary operator is almost always a mistake. Either there is supposed to be a null check for something else in there or the second sub expression should be removed.

Signed-off-by: eho <edvard.holst@gmail.com>
2019-04-17 23:50:18 +02:00
..
nextcloud/talk controllers: removed identical sub-expression in if statement. (#529) 2019-04-17 23:50:18 +02:00