Skip to content

Commit 20828ad

Browse files
committed
fix: remove unnecessary public for sliderLogic method
1 parent 463be17 commit 20828ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/android/periodpals/ui/settings/SettingsScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ private fun DeleteAccountDialog(
422422
* @param sliderPosition The position of the slider.
423423
* @param userViewModel The ViewModel that handles user data.
424424
*/
425-
public fun sliderLogic(
425+
fun sliderLogic(
426426
sliderPosition: Float,
427427
userViewModel: UserViewModel,
428428
) {

0 commit comments

Comments
 (0)