deleted unwanted code
This commit is contained in:
@@ -132,13 +132,4 @@ class OfflineUserListAdapter(private val view: View, private val batLevel: Int)
|
|||||||
|
|
||||||
return diffMillis / (60 * 1000)
|
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()
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user