Skip to content

Commit

Permalink
#111 [MOD] : StringRes 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Eonji-sw committed Nov 24, 2024
1 parent 5f66b8d commit 3a9a158
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package com.teamwable.news.notice
import android.content.Context
import android.os.Build
import androidx.annotation.RequiresApi
import androidx.annotation.StringRes
import androidx.compose.foundation.layout.Box
import androidx.compose.foundation.layout.fillMaxSize
import androidx.compose.foundation.lazy.LazyColumn
Expand Down Expand Up @@ -57,7 +58,7 @@ fun NewsNoticeScreen(
}

@Composable
fun NewsNoticeEmptyScreen(emptyTxt: Int) {
fun NewsNoticeEmptyScreen(@StringRes emptyTxt: Int) {
Box(modifier = Modifier.fillMaxSize()) {
Text(
modifier = Modifier.align(Alignment.Center),
Expand Down

0 comments on commit 3a9a158

Please sign in to comment.