Skip to content

Commit 4888ee6

Browse files
committed
Fixed the ktlint
1 parent 1181651 commit 4888ee6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.idea/misc.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

progress-button/src/main/java/dev/sagar/progress_button/ProgressButton.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,9 @@ class ProgressButton @JvmOverloads constructor(
194194
if (isVibrationEnabled) {
195195
if ((
196196
ContextCompat.checkSelfPermission(
197-
context,
198-
Manifest.permission.VIBRATE
199-
) == PackageManager.PERMISSION_GRANTED
197+
context,
198+
Manifest.permission.VIBRATE
199+
) == PackageManager.PERMISSION_GRANTED
200200
)
201201
) {
202202
vibrateOnClick()

0 commit comments

Comments
 (0)