talk-android/app
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
..
src controllers: removed identical sub-expression in if statement. (#529) 2019-04-17 23:50:18 +02:00
.gitignore Initial import 2017-10-23 12:40:38 +02:00
build.gradle test: added unit tests for the ShareUtils utility class. (#524) 2019-04-11 18:59:14 +02:00
gplay.gradle Speed up compile 2018-10-24 02:12:42 +02:00
proguard-rules.pro Initial import 2017-10-23 12:40:38 +02:00