Merge branch 'master' into feature-calendarsync

master
Andreas Shimokawa 2017-04-16 19:59:23 +02:00
commit f7ca1fc76c
1 changed files with 3 additions and 1 deletions

View File

@ -384,7 +384,9 @@ public class DBHelper {
} else {
ensureDeviceUpToDate(device, gbDevice, session);
}
ensureDeviceAttributes(device, gbDevice, session);
if (gbDevice.isInitialized()) {
ensureDeviceAttributes(device, gbDevice, session);
}
return device;
}