mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-01 15:33:28 +00:00
@@ -486,7 +486,9 @@ public class RegistrationActivity extends BaseActionBarActivity implements Verif
|
||||
|
||||
return new Pair<>(password, gcmToken);
|
||||
} catch (IOException e) {
|
||||
Log.w(TAG, e);
|
||||
Log.w(TAG, "Error during account registration", e);
|
||||
createButton.setIndeterminateProgressMode(false);
|
||||
createButton.setProgress(0);
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user