Dmitry Statsenko
Results
2
issues of
Dmitry Statsenko
@BastianBlokland If I use your library as: ``` private void Start() { logger.Trace("Start", id, counter); this.StartTask(Async, options); } private async Task Async() { var localCounter = 0; while (Application.isPlaying) {...
### Problem After upgrading react-native-share, sharing images via base64 stopped working on Android. In v11.1.0 it worked, but from v12.1.1 the `` was removed from the default paths.xml. Because of...
bug