From cab3ef3f72ef3c9e6797c425a207b3cd043d98b4 Mon Sep 17 00:00:00 2001 From: Chumva Date: Mon, 9 Jul 2018 16:17:39 +0300 Subject: [PATCH] rename changeContinueButtonEnabled and clear resources --- .../res/drawable/btn_border_bg.xml | 2 +- OsmAnd-telegram/res/values/strings.xml | 1 - .../osmand/telegram/ui/LoginDialogFragment.kt | 37 ++++++++----------- 3 files changed, 16 insertions(+), 24 deletions(-) diff --git a/OsmAnd-telegram/res/drawable/btn_border_bg.xml b/OsmAnd-telegram/res/drawable/btn_border_bg.xml index ed2c7083c6..e322bda1b2 100644 --- a/OsmAnd-telegram/res/drawable/btn_border_bg.xml +++ b/OsmAnd-telegram/res/drawable/btn_border_bg.xml @@ -17,7 +17,7 @@ - + diff --git a/OsmAnd-telegram/res/values/strings.xml b/OsmAnd-telegram/res/values/strings.xml index f7aecc81cd..7705646677 100644 --- a/OsmAnd-telegram/res/values/strings.xml +++ b/OsmAnd-telegram/res/values/strings.xml @@ -1,5 +1,4 @@ - +play_market -amazon -blackberry Registration in Telegram You need an account in Telegram to use the capabilities of OsmAnd Location Sharing. If you want to continue, please install the Telegram from Google Play and register your account. diff --git a/OsmAnd-telegram/src/net/osmand/telegram/ui/LoginDialogFragment.kt b/OsmAnd-telegram/src/net/osmand/telegram/ui/LoginDialogFragment.kt index dd13f1dedf..8b51c12d29 100644 --- a/OsmAnd-telegram/src/net/osmand/telegram/ui/LoginDialogFragment.kt +++ b/OsmAnd-telegram/src/net/osmand/telegram/ui/LoginDialogFragment.kt @@ -132,10 +132,7 @@ class LoginDialogFragment : DialogFragment() { showWelcomeDialog = args.getBoolean(SHOW_WELCOME_DIALOG_PARAM_KEY, false) } val view = inflater.inflate(R.layout.login_dialog, container) - val button = view?.findViewById