bykovme/nswallet

View on GitHub
src/NSWallet/Droid/CustomRenderers/FloatingActionButton/FloatingActionButtonRenderer.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method OnElementChanged has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        protected override void OnElementChanged(ElementChangedEventArgs<FloatingActionButton> e)
        {
            base.OnElementChanged(e);

            if (Control == null)

    Method OnLayout has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            protected override void OnLayout(bool changed, int l, int t, int r, int b)

      There are no issues that match your filters.

      Category
      Status