When all text is deleted from a paragraph, the block is removed prematurely. This issue has been encountered on Android Emulator, but may not occur on a physical device.
Steps to reproduce:
Expected result:
The (empty) paragraph block remains focused, with the placeholder text ("Start writing...") visible.
Actual Result:
The paragraph block is removed. The focus changes to the previous block.
This behavior is mentioned in #699, and may be related to #783.
Screencast:

I can confirm this happens on WPAndroid alpha-160
I've seen a crash that seems related:
I've seen it happen with other combinations of typing and links, but this were steps where I could reproduce consistently.
Tested on WPAndroid alpha-160
Hey @mkevins, thanks for the feedback!
Behavior from this issue is fixed in this PR: https://github.com/wordpress-mobile/gutenberg-mobile/pull/756 as part of this issue: https://github.com/wordpress-mobile/gutenberg-mobile/issues/699
I will add you as a reviewer in the PR so that you can check if everything is working alright.
So is it fine to close this as a duplicate of #699?
Closing this one in favor of #699
Hey @mkevins, thanks for the feedback!
Behavior from this issue is fixed in this PR: #756 as part of this issue: #699
I will add you as a reviewer in the PR so that you can check if everything is working alright.
Thanks @marecar3 ! I wasn't 馃挴 sure if the two issues would be solved by the same PR, so I split out this issue. Glad that the PR solves both! I'll test it out.
I just tested it (on the Android emulator), and it indeed solves the problem. Thank you!
Thanks @mkevins !