mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-27 12:05:22 +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);
|
||||
|
||||
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);
|
||||
|
Loading…
Reference in New Issue
Block a user