Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kunzef authored and tobiasjungmann committed Jul 7, 2023
1 parent ce29bab commit 292f560
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ abstract class Card(
* Should be called after the user has dismissed the card
*/
fun discard() {
//val prefs = context.getSharedPreferences(DISCARD_SETTINGS_START, 0)
val editor = dismissCardSharedPreferences.edit()
discard(editor)
editor.apply()
Expand Down

0 comments on commit 292f560

Please sign in to comment.