mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-09-05 12:27:55 +00:00
Improve compose function organisation
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user