Improve compose function organisation

This commit is contained in:
Isira Seneviratne 2024-08-27 06:08:11 +05:30
parent d3a6991fd4
commit f9340ae604
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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