Strange suggestion behaviour (#602)
This commit is contained in:
parent
6fd8ec26cb
commit
0985db819b
|
@ -1156,6 +1156,7 @@ function jsSuggestionsContainerStyle(suggestionsCount) {
|
|||
return {
|
||||
marginVertical: 1,
|
||||
marginHorizontal: 0,
|
||||
keyboardShouldPersistTaps: true,
|
||||
//height: Math.min(150, (56 * suggestionsCount)),
|
||||
backgroundColor: "white",
|
||||
borderRadius: 5,
|
||||
|
@ -1582,6 +1583,7 @@ function suggestionsContainerStyle(suggestionsCount) {
|
|||
return {
|
||||
marginVertical: 1,
|
||||
marginHorizontal: 0,
|
||||
keyboardShouldPersistTaps: true,
|
||||
height: Math.min(150, (56 * suggestionsCount)),
|
||||
backgroundColor: "white",
|
||||
borderRadius: 5,
|
||||
|
@ -1697,10 +1699,6 @@ var faucets = [
|
|||
{
|
||||
name: "Status Testnet Faucet",
|
||||
url: "http://46.101.129.137:3001",
|
||||
},
|
||||
{
|
||||
name: "Zerogox Faucet",
|
||||
url: "https://zerogox.com/ethereum/wei_faucet"
|
||||
}
|
||||
];
|
||||
|
||||
|
|
|
@ -16,10 +16,7 @@
|
|||
:api-url "http://faucet.ropsten.be:3001/donate/0x%s"}
|
||||
{:name "http://46.101.129.137:3001"
|
||||
:type :api
|
||||
:api-url "http://46.101.129.137:3001/donate/0x%s"}
|
||||
{:name "https://zerogox.com/ethereum/wei_faucet"
|
||||
:type :prefill
|
||||
:prefill-js "document.getElementById('edit-ethereum-address').value='%s';"}])
|
||||
:api-url "http://46.101.129.137:3001/donate/0x%s"}])
|
||||
|
||||
(defn faucet-by-name [faucet-name]
|
||||
(->> faucets
|
||||
|
|
Loading…
Reference in New Issue