app/src/main/java/com/larryhsiao/nyx/attachment/ImageLoading.java
Method fire
has 29 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
@Override
public void fire() {
FirebaseUser user = FirebaseAuth.getInstance().getCurrentUser();
if (uri.startsWith(URI_FILE_PROVIDER) &&
!new IsLocalExist(image.getContext(), uri).value() &&
'&&' should be on a new line. Open
Open
if (uri.startsWith(URI_FILE_PROVIDER) &&
- Read upRead up
- Exclude checks
Checks the policy on how to wrap lines on operators.
This documentation is written and maintained by the Checkstyle community and is covered under the same license as the Checkstyle project.
'&&' should be on a new line. Open
Open
!new IsLocalExist(image.getContext(), uri).value() &&
- Read upRead up
- Exclude checks
Checks the policy on how to wrap lines on operators.
This documentation is written and maintained by the Checkstyle community and is covered under the same license as the Checkstyle project.