Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
martinalig authored and gstoehld committed Mar 4, 2022
1 parent 891814d commit e280ec2
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 e280ec2

Please sign in to comment.