Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f4882de

Browse files
committedJun 16, 2025
Suppress LargeClass
1 parent 095b9dc commit f4882de

File tree

1 file changed

+1
-1
lines changed
  • WordPress/src/main/java/org/wordpress/android/ui/main

1 file changed

+1
-1
lines changed
 

‎WordPress/src/main/java/org/wordpress/android/ui/main/MeFragment.kt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ import android.R as AndroidR
107107
import com.google.android.material.R as MaterialR
108108

109109
@AndroidEntryPoint
110-
@Suppress("TooManyFunctions")
110+
@Suppress("TooManyFunctions", "LargeClass")
111111
class MeFragment : Fragment(R.layout.me_fragment), OnScrollToTopListener {
112112
@Suppress("DEPRECATION")
113113
private var disconnectProgressDialog: ProgressDialog? = null

0 commit comments

Comments
 (0)
Please sign in to comment.