Archived
Implemented functionality for adding a new event manually; added floating action buttons for adding an event and refreshing the canteen offers
This commit is contained in:
@@ -91,6 +91,7 @@ class EventPageFragment : AppFragment(), StudIPEventItemAdapter.OnClickListener
|
||||
openBottomSheet(
|
||||
ScheduleUpdateSheet().also { sheet ->
|
||||
val bundle = Bundle()
|
||||
bundle.putBoolean("isEditing", true)
|
||||
bundle.putParcelable("event", event)
|
||||
sheet.arguments = bundle
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user