for-android/app/src
AbronStudio 858d9d0e07 Refactor: Remove drawer and update navigation
This commit removes the drawer functionality from the chat screens and updates navigation accordingly.

- Removed `drawerIsOpen` parameter and related logic from `RegularMessage.kt` and `ChannelScreen.kt`.
- Updated `ChannelScreen.kt` to navigate back to the channels screen or invoke a custom back action instead of toggling the drawer.
- Removed `onToggleDrawer` parameter from `ChannelScreen` invocation in `MainActivity.kt`.
- Simplified navigation logic in `ChatRouterScreen.kt` by removing drawer state handling and updating conditions for selected bottom navigation items.
- Updated styling for `ChannelSideDrawer.kt` by replacing `MaterialTheme.shapes.medium.copy` with `RoundedCornerShape` for top start corner rounding.
2025-08-06 15:57:52 +03:30
..
androidTest/java test: add test harness 2024-11-05 01:40:29 +01:00
main Refactor: Remove drawer and update navigation 2025-08-06 15:57:52 +03:30