Change fragment implementation from directly xml code to better kotlin code [Blocked on #42, #163] #235
Labels
Priority: Important
This work item is really important to complete for its milestone, but it can be scoped out.
Z-ibt
Temporary label for Ben to keep track of issues he's triaged.
Milestone
In some cases xml files are using
fragment
tag directly to display a particular fragment.This implementation needs to be changed and the xml should have a
FrameLayout
as container and kotlin files should initialize the corresponding fragment.This change is needed in following cases for now:
The text was updated successfully, but these errors were encountered: