Skip to content

Commit

Permalink
Adds missing games to the rewarding system (BAL-191) (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianricaldoni authored Apr 19, 2024
1 parent cd071cb commit 64b87fa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Balance/ActivityLogging/ActivityStorageManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ class ActivityLogEntry: ObservableObject, Codable {
actionDescription.contains("Closed Video Selected") ||
actionDescription.contains("Closed Sudoku Game") ||
actionDescription.contains("Closed Crossover Game") ||
actionDescription.contains("Closed Tetris Game") ||
actionDescription.contains("Closed Simon Says Game") ||
actionDescription.contains("Closed Bouncing Ball Game") ||
actionDescription.contains("Closed 2048 Game") ||
actionDescription.contains("Closed Solitaire Game") ||
actionDescription.contains("Closed Guess the Emotion") ||
actionDescription.contains("Closed How is your mood") ||
actionDescription.contains("Closed New Draw") ||
Expand Down

0 comments on commit 64b87fa

Please sign in to comment.