Issues
- 0
Dependency Dashboard
#13 opened by renovate - 0
Fix 'Parentheses in (it.applicationInfo.flags and ApplicationInfo.FLAG_SYSTEM) are unnecessary and can be replaced with: it.applicationInfo.flags and ApplicationInfo.FLAG_SYSTEM' issue in app\src\main\java\com\example\c001apk\util\AppUtils.kt
#24 opened by codefactor-io - 0
Fix 'Parentheses in (it.applicationInfo.flags and ApplicationInfo.FLAG_SYSTEM) are unnecessary and can be replaced with: it.applicationInfo.flags and ApplicationInfo.FLAG_SYSTEM' issue in app\src\main\java\com\example\c001apk\util\AppUtils.kt
#23 opened by codefactor-io - 0
Fix 'Parentheses in (it.applicationInfo.flags and ApplicationInfo.FLAG_SYSTEM) are unnecessary and can be replaced with: it.applicationInfo.flags and ApplicationInfo.FLAG_SYSTEM' issue in app\src\main\java\com\example\c001apk\util\AppUtils.kt
#22 opened by codefactor-io - 0
Fix 'Parentheses in (it.applicationInfo.flags and ApplicationInfo.FLAG_SYSTEM) are unnecessary and can be replaced with: it.applicationInfo.flags and ApplicationInfo.FLAG_SYSTEM' issue in app\src\main\java\com\example\c001apk\util\AppUtils.kt
#21 opened by codefactor-io - 0
Fix 'Parentheses in (sketchImageView.zoomer!!.zoomScale > sketchImageView.zoomer!!.fullZoomScale) are unnecessary and can be replaced with: sketchImageView.zoomer!!.zoomScale > sketchImageView.zoomer!!.fullZoomScale' issue in SketchImageViewLoader\src\main\java\net\mikaelzero\mojito\view\sketch\SketchContentLoaderImpl.kt
#20 opened by codefactor-io - 0
Fix 'Parentheses in (ScreenUtils.getScreenWidth(sketchImageView.context) * 1.5) are unnecessary and can be replaced with: ScreenUtils.getScreenWidth(sketchImageView.context) * 1.5' issue in SketchImageViewLoader\src\main\java\net\mikaelzero\mojito\view\sketch\SketchContentLoaderImpl.kt
#19 opened by codefactor-io - 0
Fix 'Parentheses in (Intent.FLAG_ACTIVITY_NEW_TASK or Intent.FLAG_ACTIVITY_SINGLE_TOP) are unnecessary and can be replaced with: Intent.FLAG_ACTIVITY_NEW_TASK or Intent.FLAG_ACTIVITY_SINGLE_TOP' issue in app\src\main\java\com\example\c001apk\ui\others\WebViewActivity.kt
#18 opened by codefactor-io - 0
Fix 'Parentheses in (editText.textSize) are unnecessary and can be replaced with: editText.textSize' issue in app\src\main\java\com\example\c001apk\ui\feed\reply\ReplyBottomSheetDialog.kt
#17 opened by codefactor-io - 0
Fix 'Parentheses in (editText.textSize) are unnecessary and can be replaced with: editText.textSize' issue in app\src\main\java\com\example\c001apk\ui\feed\reply\ReplyBottomSheetDialog.kt
#16 opened by codefactor-io - 0
Fix 'Parentheses in (editText.textSize) are unnecessary and can be replaced with: editText.textSize' issue in app\src\main\java\com\example\c001apk\ui\feed\reply\ReplyBottomSheetDialog.kt
#15 opened by codefactor-io - 0
Fix 'Parentheses in (element.entityType == "feed" && element.feedType != "vote") are unnecessary and can be replaced with: element.entityType == "feed" && element.feedType != "vote"' issue in app\src\main\java\com\example\c001apk\ui\homefeed\HomeFeedViewModel.kt
#14 opened by codefactor-io - 0
Fix 'Parentheses in (height / 2f) are unnecessary and can be replaced with: height / 2f' issue in app\src\main\java\com\example\c001apk\view\CheckableChipView.kt
#10 opened by codefactor-io - 0
Fix 'Parentheses in (4 * padding) are unnecessary and can be replaced with: 4 * padding' issue in app\src\main\java\com\example\c001apk\view\CheckableChipView.kt
#11 opened by codefactor-io - 0
Fix 'Parentheses in ((height - outlineWidth) / 2f) are unnecessary and can be replaced with: (height - outlineWidth) / 2f' issue in app\src\main\java\com\example\c001apk\view\CheckableChipView.kt
#9 opened by codefactor-io - 0
Fix 'Parentheses in (rounding / (height - outlineWidth)) are unnecessary and can be replaced with: rounding / (height - outlineWidth)' issue in app\src\main\java\com\example\c001apk\view\CheckableChipView.kt
#8 opened by codefactor-io - 0
Fix 'Parentheses in (imageWidth / 5) are unnecessary and can be replaced with: imageWidth / 5' issue in app\src\main\java\com\example\c001apk\adapter\ImageSquareScrollCardAdapter.kt
#7 opened by codefactor-io - 0
Fix 'Parentheses in (imageWidth - imageWidth / 3) are unnecessary and can be replaced with: imageWidth - imageWidth / 3' issue in app\src\main\java\com\example\c001apk\adapter\ImageTextScrollCardAdapter.kt
#6 opened by codefactor-io