mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-23 22:19:13 +00:00
Show correct eula dialog
This commit is contained in:
+1
-1
@@ -353,7 +353,7 @@ public class LoginActivity extends BaseActivity
|
||||
}
|
||||
|
||||
if (!EulaHelper.isEulaAccepted(this)) {
|
||||
EulaHelper.showTrackingEulaDialog(this);
|
||||
EulaHelper.showEulaDialog(this);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user