Missing spaces if returns are not used (plus a null at the beginning) when sharing a text
See original GitHub issueEnvironment
- App version: 1.48.0
- Android version: Android 10
- Branch: Master
- Device: Faiphone 3+
How to reproduce
- go into event
- press share button (as text)
- share with an app, which is not using
\n
or\r
( I use Social Slim for Twitter, an Twitter Client from F-Droid) - there is a text, with no spaces and
(null)
at the beginning (see screenshot)
Observed behavior
- null at the beginning.
- missing spaces
Expected behavior
- extra spaces before each
\n
or\r
- no null at the beginning
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (1 by maintainers)
Top Results From Across the Web
SSIS handling NULL and blank spaces - Stack Overflow
Within an SSIS project in the SQL Server Data Tools for Visual Studio 2015/SQL Server 2016, the way to address the handling of...
Read more >Dealing with null in Spark - MungingData
Now let's add a column that returns true if the number is even, false if the number is odd, and null otherwise. The...
Read more >Working with SQL NULL values - SQLShack
The IS NOT NULL condition is used to return the rows that contain non-NULL values in a column. The following query will retrieve...
Read more >STR31-C. Guarantee that storage for - SEI External Wiki Home
A null character is written immediately after the last character read into the array. If end-of-file is encountered and no characters have been...
Read more >4 Ways to Combine Strings in JavaScript | SamanthaMing.com
1. Template Strings. Problem of Missing space in String concatenation; Resolved with Template Strings ; 2. join(). Customize Separator ; 3. concat(). Combining ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The bug in SlimSocial for Twitter hasn’t been fixed yet. But there’s a PR now: https://github.com/rignaneseleo/SlimSocial-for-Twitter/pull/20
I see no reason why such a bug in another app should be worked around in EventFahrplan. I’d close this issue.
Thanks @cketti I would suggest the same @johnjohndoe.