mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 02:25:19 +00:00
parent
8441ac4091
commit
2882ef6d9f
@ -486,7 +486,9 @@ public class RegistrationActivity extends BaseActionBarActivity implements Verif
|
|||||||
|
|
||||||
return new Pair<>(password, gcmToken);
|
return new Pair<>(password, gcmToken);
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
Log.w(TAG, e);
|
Log.w(TAG, "Error during account registration", e);
|
||||||
|
createButton.setIndeterminateProgressMode(false);
|
||||||
|
createButton.setProgress(0);
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user