question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Missing spaces if returns are not used (plus a null at the beginning) when sharing a text

See original GitHub issue

Environment

  • App version: 1.48.0
  • Android version: Android 10
  • Branch: Master
  • Device: Faiphone 3+

How to reproduce

  1. go into event
  2. press share button (as text)
  3. share with an app, which is not using \n or \r ( I use Social Slim for Twitter, an Twitter Client from F-Droid)
  4. there is a text, with no spaces and (null) at the beginning (see screenshot)

Observed behavior

  • null at the beginning.
  • missing spaces grafik

grafik

Expected behavior

  • extra spaces before each \n or \r
  • no null at the beginning

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
cketticommented, Apr 10, 2021

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.

1reaction
joergicommented, Apr 12, 2021

Thanks @cketti I would suggest the same @johnjohndoe.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found