mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-09-17 09:00:58 -04:00
Change menus names to focus where they are, not what they contain
This commit is contained in:
1 parent
ac057f50e2
commit
fa7dcd253a
3 files changed
+2
-2
No files matched your search
@@ -299,11 +299,11 @@ public class LoyaltyCardViewActivity extends AppCompatActivity
|
||||
|
||||
if(viewLoyaltyCard)
|
||||
{
|
||||
getMenuInflater().inflate(R.menu.card_edit_menu, menu);
|
||||
getMenuInflater().inflate(R.menu.card_view_menu, menu);
|
||||
}
|
||||
else if(updateLoyaltyCard)
|
||||
{
|
||||
getMenuInflater().inflate(R.menu.card_delete_menu, menu);
|
||||
getMenuInflater().inflate(R.menu.card_update_menu, menu);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
File renamed without changes.
File renamed without changes.
Reference in new issue
Block a user