Callum Coombes

Results 10 comments of Callum Coombes

After further testing, it only happens when I call `resetPinLockView` when there is no code entered. If I call `resetPinLockView` with >0 characters entered, the delete button functions. However, as...

Realised this is a duplicate of [this issue](https://github.com/aritraroy/PinLockView/issues/46)

I have also ended up doing the same. If you don't do this you end up with the error: `Warning: Failed prop type: Invalid props.itemStyle key 'color' supplied to 'Picker.'`...

This issue does not occur if I use the no-op version of Realm Browser.

I am having this same issue, was any solution found?

Oh awesome, bit confused as to how I add this to my project?

Sadly I get 'failed to resolve: com.geeksynergy:swipestack:1.0.1'

Ah of course! Awesome, done that and I now have the onClick method, thanks so much!

``` rxAudioPlayer = RxAudioPlayer.getInstance(); rxAudioPlayer.play(PlayConfig.file(audioFile).looping(false).build()) .subscribeOn(Schedulers.io()) .subscribe(new Observer() { @Override public void onSubscribe(final Disposable disposable) { Log.d("MEDIA", "onSubscribe"); } @Override public void onNext(final Boolean aBoolean) { // prepared Log.d("MEDIA", "onNext");...

Yeah just saw that. Was it just left there from the PR that exposed the MediaPlayer? Cheers