mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Fix some codacy issues
This commit is contained in:
parent
c712b561d4
commit
1785e9b179
2 changed files with 11 additions and 7 deletions
|
|
@ -40,7 +40,11 @@ public class SignupActivity extends BaseActivity {
|
||||||
//Signup success, so clear cookies, notify user, and load LoginActivity again
|
//Signup success, so clear cookies, notify user, and load LoginActivity again
|
||||||
Timber.d("Overriding URL %s", url);
|
Timber.d("Overriding URL %s", url);
|
||||||
|
|
||||||
Toast toast = Toast.makeText(CommonsApplication.getInstance(), "Account created!", Toast.LENGTH_LONG);
|
Toast toast = Toast.makeText(
|
||||||
|
CommonsApplication.getInstance(),
|
||||||
|
"Account created!",
|
||||||
|
Toast.LENGTH_LONG
|
||||||
|
);
|
||||||
toast.show();
|
toast.show();
|
||||||
|
|
||||||
Intent intent = new Intent(CommonsApplication.getInstance(), LoginActivity.class);
|
Intent intent = new Intent(CommonsApplication.getInstance(), LoginActivity.class);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue