Skip to content

Commit 3814a8a

Browse files
committed
firebase analytics post published
1 parent be5ae4d commit 3814a8a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

_posts/design_patterns/2018-11-05-mvvm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ public class MatchViewModel extends ViewModel {
245245

246246
public void onButtonScoreAClicked(View view) {
247247
if(player.getValue.equals("")) {
248-
status.setValue(EMPTY_PLAYER);
248+
state.setValue(EMPTY_PLAYER);
249249
}
250250
else {
251251
isProgress.setValue(true);
File renamed without changes.

0 commit comments

Comments
 (0)