mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-01-31 18:22:05 -05:00
Make spotBugs happy
This commit is contained in:
@@ -257,6 +257,7 @@ public class LoyaltyCardViewActivity extends CatimaAppCompatActivity implements
|
||||
if (incomingIntentExtras == null) {
|
||||
Toast.makeText(this, R.string.noCardExistsError, Toast.LENGTH_LONG).show();
|
||||
finish();
|
||||
return;
|
||||
}
|
||||
|
||||
int transitionRight = incomingIntentExtras.getInt("transition_right", -1);
|
||||
|
||||
Reference in New Issue
Block a user