MXCzkEVM / moonchain-wallet

Moonchain wallet official repo, Your trusted self custodial wallet.
Other
1 stars 1 forks source link

Display Popup to Pair Ring When Multiple Rings Are Detected #93

Open reasje opened 1 week ago

reasje commented 1 week ago

In the Blueberry Ring DApp, when a user has more than one ring associated with their account, there is currently no prompt to guide them in selecting a ring to pair.

reasje commented 1 week ago

The name of device had overflow and It's fixed, ALso list is optimized when there a large number of bluetooth devices.

reasje commented 1 week ago

Here is what was happening in Sang's case: In the logic :

  1. If list is empty or more thatn once device show the bottom sheet
  2. it has 3 seconds timeout in your case you bluetooth is not able to find the any devices within 3 seconds
  3. It opens bottoms sheet
  4. But in matter of mili seconds bluetooth finds the device and adds to bottoms Sheet We think that the bottom sheet opened with one device but in realiuty It opened with no device and then found the device For reducing the chance of opening one device at bottom sheet we can increase the timeout to 4 - 5 seconds
reasje commented 1 week ago

Here is what was happening in Sang's case: In the logic :

  1. If list is empty or more thatn once device show the bottom sheet
  2. it has 3 seconds timeout in your case you bluetooth is not able to find the any devices within 3 seconds
  3. It opens bottoms sheet
  4. But in matter of mili seconds bluetooth finds the device and adds to bottoms Sheet We think that the bottom sheet opened with one device but in realiuty It opened with no device and then found the device For reducing the chance of opening one device at bottom sheet we can increase the timeout to 4 - 5 seconds

We will decide on this.

reasje commented 1 week ago

@SanghamitraBhowmick1993 Thanks for reporting, Strange behavior on IOS. Image Also the device name is availeble on IOS Image