mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-18 11:49:09 +00:00
show sign-in benefits popup also when no "last dismissed" setting is found at all
This commit is contained in:
-1
@@ -42,7 +42,6 @@ public class HomePlacesNavigator extends AbstractPlaceNavigator {
|
||||
return createGlobalPlaceNavigation(new EventsPlace());
|
||||
}
|
||||
|
||||
|
||||
public PlaceNavigation<MoreLoginInformationPlace> getMoreLoginInfo() {
|
||||
return createGlobalPlaceNavigation(new MoreLoginInformationPlace());
|
||||
}
|
||||
|
||||
+2
@@ -433,6 +433,8 @@ public class UserService implements TakedownNoticeService {
|
||||
try {
|
||||
if (stringValue != null) {
|
||||
callback.accept(new MillisecondsTimePoint(Long.parseLong(stringValue)));
|
||||
} else {
|
||||
callback.accept(null);
|
||||
}
|
||||
} catch (Exception e) {
|
||||
logger.warning("Error parsing localstore value '" + stringValue + "'");
|
||||
|
||||
Reference in New Issue
Block a user