mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-02 11:15:35 +03:00
Merge pull request #403 from esteemapp/bugfix/android-settings
Fixed #386 or not :)
This commit is contained in:
commit
b039f5c41f
@ -107,7 +107,7 @@ class PostButtonsForAndroid extends Component {
|
||||
});
|
||||
const firstY = this.icon1.interpolate({
|
||||
inputRange: [0, 1],
|
||||
outputRange: [0, -70],
|
||||
outputRange: [20, -70],
|
||||
});
|
||||
const secondX = this.icon2.interpolate({
|
||||
inputRange: [0, 1],
|
||||
@ -115,7 +115,7 @@ class PostButtonsForAndroid extends Component {
|
||||
});
|
||||
const secondY = this.icon2.interpolate({
|
||||
inputRange: [0, 1],
|
||||
outputRange: [0, -95],
|
||||
outputRange: [20, -95],
|
||||
});
|
||||
const thirdX = this.icon3.interpolate({
|
||||
inputRange: [0, 1],
|
||||
@ -123,7 +123,7 @@ class PostButtonsForAndroid extends Component {
|
||||
});
|
||||
const thirdY = this.icon3.interpolate({
|
||||
inputRange: [0, 1],
|
||||
outputRange: [0, -70],
|
||||
outputRange: [20, -70],
|
||||
});
|
||||
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user