summaryrefslogtreecommitdiffstats
path: root/android/src
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2016-06-29 14:54:17 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2016-06-29 14:54:17 +0200
commit92968cd8a14d7dbadbab4056b9722adb59ae1b8d (patch)
tree24bdb5bb40102ddc38a633c11f999c650d4795b1 /android/src
parent335600076e6792d639f239dd8babb3d54f81407b (diff)
downloadRustAndDust-92968cd8a14d7dbadbab4056b9722adb59ae1b8d.zip
RustAndDust-92968cd8a14d7dbadbab4056b9722adb59ae1b8d.tar.gz
Backend: param RustAndDust game is final
Diffstat (limited to 'android/src')
-rw-r--r--android/src/ch/asynk/rustanddust/android/AndroidBackend.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/src/ch/asynk/rustanddust/android/AndroidBackend.java b/android/src/ch/asynk/rustanddust/android/AndroidBackend.java
index 33cdc4e..796e4e2 100644
--- a/android/src/ch/asynk/rustanddust/android/AndroidBackend.java
+++ b/android/src/ch/asynk/rustanddust/android/AndroidBackend.java
@@ -24,7 +24,7 @@ public class AndroidBackend implements Backend
public int getOpponentId() { return opponent; }
@Override
- public void init(RustAndDust game)
+ public void init(final RustAndDust game)
{
AccountManager aMgr = (AccountManager) app.getSystemService(Context.ACCOUNT_SERVICE);
Account[] accounts = aMgr.getAccountsByType("com.google");