Remove the global FonBotApplication instance.
[fonbot.git] / src / ro / ieval / fonbot / GCMIntentService.java
index aea7202da4d1c23966685df588e3a193141404f2..bf17e5ffa83076f3ebd346bc56884cf48bbfdce8 100644 (file)
@@ -64,7 +64,7 @@ public class GCMIntentService extends GCMBaseIntentService {
 
        @Override
        protected void onRegistered(@Nullable final Context context, @Nullable final String regID) {
-               FonBotApplication.instance.regID=regID;
+               //do nothing
        }
 
        @Override
This page took 0.010224 seconds and 4 git commands to generate.