Removed check of NULL after code review

This commit is contained in:
David A. Velasco 2015-10-27 11:21:01 +01:00
parent 30aa3fdfd1
commit ba694cba7d

View file

@ -226,7 +226,7 @@ public class ShareActivity extends FileActivity
public void onGetDataShareWithFinish(RemoteOperationResult result) {
// Remove loading
dismissLoadingDialog();
if (result != null && result.isSuccess()) {
if (result.isSuccess()) {
Log_OC.d(TAG, "Get Data Share With finishes sucessfully");
} // else, ignore and use pre-cached shares in database