No description provided.
#14: Better error display with special snackbar #15
Merged
dzolnai
merged 2 commits from 2025年03月12日 13:08:43 +01:00
feature/threading_fix into master
dzolnai
commented 2025年02月24日 10:14:21 +01:00
dzolnai
added 1 commit 2025年02月24日 10:14:22 +01:00
jwijenbergh
reviewed 2025年03月12日 12:02:05 +01:00
@ -0,0 +20,4 @@
val snackbar = Snackbar.make(view, text, Snackbar.LENGTH_INDEFINITE)
val snackbarView = snackbar.view
val snackTextView = snackbarView.findViewById<View>(com.google.android.material.R.id.snackbar_text) as TextView
snackTextView.maxLines = 8
jwijenbergh
commented 2025年03月12日 12:02:05 +01:00
wouldn't this depend on screen size?
wouldn't this depend on screen size?
dzolnai
commented 2025年03月12日 12:55:21 +01:00
This is the theoretical max lines to display, after 8 lines it will just truncate the text. Before 8 lines, it will resize the popup accordingly
This is the theoretical max lines to display, after 8 lines it will just truncate the text. Before 8 lines, it will resize the popup accordingly
jwijenbergh
commented 2025年03月12日 13:22:17 +01:00
ah perfect, thanks!
ah perfect, thanks!
dzolnai marked this conversation as resolved
dzolnai
added 1 commit 2025年03月12日 13:00:22 +01:00
dzolnai
merged commit 532edd61de into master 2025年03月12日 13:08:43 +01:00
dzolnai
referenced this pull request from a commit 2025年03月12日 13:08:48 +01:00
Sign in to join this conversation.
No reviewers
Labels
Clear labels
bug
Something is not working
contribution welcome
Contributions are very welcome, get started here
duplicate
This issue or pull request already exists
enhancement
New feature
good first issue
Interested in contributing? Get started here.
help wanted
Need some help
invalid
Something is wrong
question
More information is needed
upstream
Related to an upstream repository, already reported there
No labels
bug
contribution welcome
duplicate
enhancement
good first issue
help wanted
invalid
question
upstream
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".
No due date set.
Dependencies
No dependencies set.
Reference
eduVPN/android!15
Loading...
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/threading_fix"
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?