Android: Remove initial animation

This commit is contained in:
Rodrigo Nascimento 2017-08-12 22:44:22 -03:00
parent 37d34b0b1f
commit d522292a98
1 changed files with 2 additions and 1 deletions

View File

@ -22,5 +22,6 @@ Navigation.startSingleScreenApp({
screen: {
screen: 'Rooms',
title: 'Channels'
}
},
animationType: 'none'
});