Swati4star/Images-to-PDF

View on GitHub
app/src/main/java/swati4star/createpdf/fragment/texttopdf/FontSizeEnhancer.java

Summary

Maintainability
A
1 hr
Test Coverage

Method enhance has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    @Override
    public void enhance() {
        new MaterialDialog.Builder(mActivity)
                .title(mBuilder.getFontSizeTitle())
                .customView(R.layout.dialog_font_size, true)

    There are no issues that match your filters.

    Category
    Status