mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
Prevent NPE from string literal comparison
This commit is contained in:
parent
2d677d9dad
commit
895d64dce9
1 changed files with 0 additions and 1 deletions
|
|
@ -128,7 +128,6 @@ public class ModificationsSyncAdapter extends AbstractThreadedSyncAdapter {
|
||||||
|
|
||||||
Timber.d("Response is %s", editResult);
|
Timber.d("Response is %s", editResult);
|
||||||
|
|
||||||
if (!editResult.equals("Success")) {
|
|
||||||
// FIXME: Log this somewhere else
|
// FIXME: Log this somewhere else
|
||||||
Timber.d("Non success result! %s", editResult);
|
Timber.d("Non success result! %s", editResult);
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue