1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-26 22:41:17 +02:00

Got Android version working again

This commit is contained in:
Laurent Cozic
2017-10-30 00:29:10 +00:00
parent 4ac86f52df
commit 5a7028bd11
10 changed files with 51 additions and 17 deletions

View File

@@ -166,7 +166,7 @@ const reducer = (state = defaultState, action) => {
if (action.routeName == 'Welcome') navHistory = [];
reg.logger().info('Route: ' + currentRouteName + ' => ' + action.routeName);
//reg.logger().info('Route: ' + currentRouteName + ' => ' + action.routeName);
newState = Object.assign({}, state);