mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-20 01:18:26 +00:00
Can't toast on this thread.
// FREEBIE
This commit is contained in:
parent
e53bbe8453
commit
8726dd51be
@ -52,7 +52,8 @@ public class GcmRegistrationService extends Service implements Runnable {
|
|||||||
int result = GooglePlayServicesUtil.isGooglePlayServicesAvailable(this);
|
int result = GooglePlayServicesUtil.isGooglePlayServicesAvailable(this);
|
||||||
|
|
||||||
if (result != ConnectionResult.SUCCESS) {
|
if (result != ConnectionResult.SUCCESS) {
|
||||||
Toast.makeText(this, "Unable to register with GCM!", Toast.LENGTH_LONG).show();
|
Log.w(TAG, "Unable to register with GCM! " + result);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
String gcmId = GoogleCloudMessaging.getInstance(this).register(REGISTRATION_ID);
|
String gcmId = GoogleCloudMessaging.getInstance(this).register(REGISTRATION_ID);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user