mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 08:39:22 +01:00
Rename ComposeFragment.SheetContent -> FragmentContent.
This commit is contained in:
committed by
Alex Hart
parent
b300f223ba
commit
0f15562a28
@@ -23,12 +23,12 @@ abstract class ComposeFragment : LoggingFragment() {
|
||||
SignalTheme(
|
||||
isDarkMode = DynamicTheme.isDarkTheme(LocalContext.current)
|
||||
) {
|
||||
SheetContent()
|
||||
FragmentContent()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@Composable
|
||||
abstract fun SheetContent()
|
||||
abstract fun FragmentContent()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user