gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-merchant-terminal-android] branch master updated: ac


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant-terminal-android] branch master updated: actually save settings
Date: Mon, 02 Sep 2019 12:08:13 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository merchant-terminal-android.

The following commit(s) were added to refs/heads/master by this push:
     new f463d1b  actually save settings
f463d1b is described below

commit f463d1bb8c090a145736235be1809a337352e5f4
Author: Florian Dold <address@hidden>
AuthorDate: Mon Sep 2 12:07:44 2019 +0200

    actually save settings
---
 app/src/main/java/net/taler/merchantpos/MerchantSettings.kt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/src/main/java/net/taler/merchantpos/MerchantSettings.kt 
b/app/src/main/java/net/taler/merchantpos/MerchantSettings.kt
index 7797dcb..a8f6aa5 100644
--- a/app/src/main/java/net/taler/merchantpos/MerchantSettings.kt
+++ b/app/src/main/java/net/taler/merchantpos/MerchantSettings.kt
@@ -117,7 +117,7 @@ class MerchantSettings : Fragment() {
         prefs.edit().putString("merchantBackendUrl", config.baseUrl)
             .putString("merchantBackendInstance", config.instance)
             .putString("merchantBackendApiKey", config.apiKey)
-            .putString("merchantBackendCurrency", config.currency)
+            .putString("merchantBackendCurrency", config.currency).apply()
     }
 
     private fun onNetworkError(it: VolleyError) {

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]