Переключение валют

This commit is contained in:
Ivan Murashov
2017-09-11 19:15:08 +03:00
parent bc092ca8f9
commit 9e4cbe200d
7 changed files with 56 additions and 18 deletions

View File

@@ -99,7 +99,7 @@ abstract class BaseState<T extends StatefulWidget> extends State<T> {
void onOptionsItemClick(int index) {
switch (index) {
case 0: {
pushRoute(context, new SettingsScreen());
pushRoute(context, new SettingsScreen(helper, app));
break;
}
case 1: {