John Francis
John Francis
java.lang.NullPointerException: Attempt to invoke virtual method 'void com.github.jorgecastilloprz.progressarc.ProgressArcView.show()' on a null object reference
I am not able to provide concrete steps to reproduce this. But our backend server gets choked. Is there any way I can debug this? Posted a question on this...
it slow for me as well
It happens when you click multiple times fastly in **MenuTrigger**
Here is the code i user for showing popup menu ``` this.setState({ opened: false })} onSelect={value => { }} > this.setState({ opened: true })} customStyles={triggerStyles}> { options.map((item, index) => (...
it got fixed when I removed all the props from Menu component ``` opened={this.state.opened} onBackdropPress={() => this.setState({ opened: false })} onSelect={value => { }} ``` ``` this.setState({ opened: true })}...
@droibit any update on this ?
@ajoshi83 can you provide a sample code or jsfiddle. It will be helpful in tracking down the issue
when i checked the logcat it was showing this error ``` 08-31 11:52:41.146 1931 2570 W Auth : [GetToken] GetToken failed with status code: UNREGISTERED_ON_API_CONSOLE 08-31 11:52:41.148 2347 2735 E...
@shimil2017 just check your SHA-1 key is matching in the api console