1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-03-29 21:21:15 +02:00

Mobile: Resolves : Make sync icon spin in the right direction ()

This commit is contained in:
Lee Matos 2021-08-08 13:41:28 -04:00 committed by GitHub
parent 071e1649bc
commit f90885709c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -30,7 +30,7 @@ class SideMenuContentComponent extends Component {
this.syncIconRotationValue = new Animated.Value(0);
this.syncIconRotation = this.syncIconRotationValue.interpolate({
inputRange: [0, 1],
outputRange: ['360deg', '0deg'],
outputRange: ['0deg', '360deg'],
});
}