diff --git a/app/src/main/java/com/example/hpostesting/presentation/adapter/OfflineUserListAdapter.kt b/app/src/main/java/com/example/hpostesting/presentation/adapter/OfflineUserListAdapter.kt index 7904deb..3e72898 100644 --- a/app/src/main/java/com/example/hpostesting/presentation/adapter/OfflineUserListAdapter.kt +++ b/app/src/main/java/com/example/hpostesting/presentation/adapter/OfflineUserListAdapter.kt @@ -132,13 +132,4 @@ class OfflineUserListAdapter(private val view: View, private val batLevel: Int) return diffMillis / (60 * 1000) } - - - private fun saveIncubationLocally(incubationTime: String) { - val sharedPreferences = view.context.getSharedPreferences("LocalData", Context.MODE_PRIVATE) - val editor = sharedPreferences.edit() - editor.putString("localIncubationTime", incubationTime) - // Add any other necessary data - editor.apply() - } } \ No newline at end of file