no message
This commit is contained in:
parent
0c37caed5c
commit
7f4757d9e0
@ -131,8 +131,8 @@ static bool isFirstAccess = YES;
|
|||||||
}
|
}
|
||||||
|
|
||||||
- (void) setUser:(PNUser *)user {
|
- (void) setUser:(PNUser *)user {
|
||||||
if (!_user) {
|
if (!_user && user) {
|
||||||
_user = nil;
|
_user = user;
|
||||||
[[NSNotificationCenter defaultCenter] postNotificationName:PNObjectLocalNotificationPNInstallationUserNew object:nil];
|
[[NSNotificationCenter defaultCenter] postNotificationName:PNObjectLocalNotificationPNInstallationUserNew object:nil];
|
||||||
}
|
}
|
||||||
else if(_user.objID != user.objID) {
|
else if(_user.objID != user.objID) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user