mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-13 15:54:59 +01:00
add log if push token is empty when registering at nc server
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
bd4208f709
commit
a7c298b224
@ -302,6 +302,8 @@ public class PushUtils {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
Log.e(TAG, "push token was empty when trying to register at nextcloud server");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user