mirror of
https://github.com/NTifyApp/NTify.git
synced 2026-04-26 07:55:51 +03:00
[PR #46] [CLOSED] Add missing UI elements initialization for LoginDialog #99
Labels
No labels
In Progress
bug
enhancement
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/NTify#99
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/NTifyApp/NTify/pull/46
Author: @oleg-dubinskiy
Created: 7/19/2024
Status: ❌ Closed
Base:
main← Head:fix_2📝 Commits (1)
6d42613Add missing UI elements initialization for LoginDialog📊 Changes
1 file changed (+29 additions, -15 deletions)
View changed files
📝
src/main/java/com/spotifyxp/dialogs/LoginDialog.java(+29 -15)📄 Description
Restore an initialization of several UI elements which was previously removed. Move some initialization code to the dialog creation constructor.


Fixes LoginDialog crash when trying to login in Spotify account.
Properly fixes #43.
Here are some screenshots proving LoginDialog does not crash anymore and works perfectly now, although it looks a bit crooked, judging by the elements position (works on all OSes):
Ubuntu 21.10:
Windows XP Professional SP3:
I did not make a screenshot yet, but it works in ReactOS 0.4.15-dev as well too. 🙂
On ReactOS and Windows XP, I tested it with the following Java version: https://archive.org/details/jre1.8.0_251_XP. Much older versions (e. g., 8u51, are not working properly with this still).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.