bykovme/nswallet

View on GitHub
src/NSWallet/Droid/Helpers/MediaService.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method ResizeImage has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public byte[] ResizeImage(byte[] imageData, float width, float height)
        {
            var options = new BitmapFactory.Options {
                InPurgeable = true
            };
Severity: Minor
Found in src/NSWallet/Droid/Helpers/MediaService.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status