Skip to content

Commit

Permalink
Merge pull request #134 from halilozercan/halilozercan/fix-empty-list…
Browse files Browse the repository at this point in the history
…-item

Fix #96
  • Loading branch information
halilozercan authored Feb 19, 2024
2 parents bfc8e6d + 62624aa commit 358d370
Show file tree
Hide file tree
Showing 3 changed files with 394 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@ import androidx.compose.foundation.text.selection.SelectionContainer
import androidx.compose.foundation.verticalScroll
import androidx.compose.material.Icon
import androidx.compose.material.LeadingIconTab
import androidx.compose.material.ProvideTextStyle
import androidx.compose.material.Slider
import androidx.compose.material.Surface
import androidx.compose.material.Tab
import androidx.compose.material.TabRow
import androidx.compose.material.Text
import androidx.compose.material.icons.Icons
Expand All @@ -36,9 +34,7 @@ import androidx.compose.runtime.setValue
import androidx.compose.ui.Modifier
import androidx.compose.ui.graphics.Color
import androidx.compose.ui.platform.LocalDensity
import androidx.compose.ui.text.TextStyle
import androidx.compose.ui.unit.dp
import androidx.compose.ui.unit.em
import androidx.compose.ui.unit.sp
import androidx.compose.ui.window.singleWindowApplication
import com.halilibo.richtext.commonmark.CommonmarkAstNodeParser
Expand Down
Loading

0 comments on commit 358d370

Please sign in to comment.