Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
martinalig committed Mar 3, 2022
1 parent f81cb14 commit 3d11c8c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ public GaenConfigController(
config.setDeactivate(deactivate);

//Check for version >2.3.1 (the deactivation update)
if(userAppVersion.isLargerVersionThan(APP_VERSION_2_3_1)){
if (userAppVersion.isLargerVersionThan(APP_VERSION_2_3_1)) {
config.setDeactivationMessage(appDeactivationInfobox());
}else{
} else {
config.setInfoBox(appDeactivationInfobox());
}

Expand Down

0 comments on commit 3d11c8c

Please sign in to comment.