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:
Marcel Hibbe 2022-01-12 21:01:44 +01:00
parent bd4208f709
commit a7c298b224
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B

View File

@ -302,6 +302,8 @@ public class PushUtils {
}
}
}
} else {
Log.e(TAG, "push token was empty when trying to register at nextcloud server");
}
}