Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9d98451d authored by Sayantan Roychowdhury's avatar Sayantan Roychowdhury
Browse files

change wording on button

parent 90340448
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@ fun MyLayout(getData: (Int, MutableState<String>) -> Unit) {
            Button(onClick = {
                getData(2, resultToDisplay)
            }) {
                Text(text = "Get allowed apps")
                Text(text = "Get blocked apps")
            }
        }
        TextField(