mirror of
https://github.com/Nezumi-2711/PRM392.git
synced 2026-09-22 05:41:45 +00:00
Refactor Code
This commit is contained in:
@@ -88,7 +88,6 @@ public class FavoritesActivity extends AppCompatActivity implements RecyclerItem
|
||||
public void onClick(View v) {
|
||||
adapter.restoreItem(deleteItem, deleteIndex);
|
||||
new Database(getBaseContext()).addToFavorites(deleteItem);
|
||||
// updateTotalPrice();
|
||||
|
||||
}
|
||||
});
|
||||
|
||||
@@ -62,7 +62,6 @@ public class BannerActivity extends AppCompatActivity {
|
||||
MaterialSpinner foodListSpinner;
|
||||
|
||||
Banner newBanner;
|
||||
Uri filePath;
|
||||
|
||||
List<Food> foodList = new ArrayList<>();
|
||||
List foodName = new ArrayList();
|
||||
|
||||
Reference in New Issue
Block a user