Improve compose function organisation
This commit is contained in:
parent
d3a6991fd4
commit
f9340ae604
|
@ -8,7 +8,7 @@ import androidx.compose.material3.Surface
|
|||
import androidx.core.os.bundleOf
|
||||
import androidx.fragment.app.Fragment
|
||||
import androidx.fragment.compose.content
|
||||
import org.schabi.newpipe.ui.components.comment.CommentSection
|
||||
import org.schabi.newpipe.ui.components.video.comment.CommentSection
|
||||
import org.schabi.newpipe.ui.theme.AppTheme
|
||||
import org.schabi.newpipe.util.KEY_SERVICE_ID
|
||||
import org.schabi.newpipe.util.KEY_URL
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package org.schabi.newpipe.ui.components.comment
|
||||
package org.schabi.newpipe.ui.components.video.comment
|
||||
|
||||
import android.content.res.Configuration
|
||||
import androidx.compose.animation.animateContentSize
|
|
@ -1,4 +1,4 @@
|
|||
package org.schabi.newpipe.ui.components.comment
|
||||
package org.schabi.newpipe.ui.components.video.comment
|
||||
|
||||
import android.content.res.Configuration
|
||||
import androidx.compose.foundation.Image
|
|
@ -1,4 +1,4 @@
|
|||
package org.schabi.newpipe.ui.components.comment
|
||||
package org.schabi.newpipe.ui.components.video.comment
|
||||
|
||||
import android.content.res.Configuration
|
||||
import androidx.compose.foundation.layout.padding
|
Loading…
Reference in New Issue