Skip to content

Commit

Permalink
Set flag Unicode from the code
Browse files Browse the repository at this point in the history
  • Loading branch information
AChep committed Apr 4, 2022
1 parent f936d20 commit b88a8f3
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package com.artemchep.literaryclock.ui.fragments

import android.annotation.SuppressLint
import android.app.SearchManager
import android.content.Intent
import android.os.Bundle
Expand Down Expand Up @@ -46,6 +47,8 @@ class AboutFragment : BaseFragment<FragmentAboutBinding>(), View.OnClickListener
viewBinding.instagramBtn.setOnClickListener(this)
viewBinding.twitterBtn.setOnClickListener(this)
viewBinding.appShareBtn.setOnClickListener(this)
@SuppressLint("SetTextI18n")
viewBinding.authorFlag.text = "\uD83C\uDDFA\uD83C\uDDE6"

viewBinding.depsRecyclerView.layoutManager = LinearLayoutManager(requireContext())
viewBinding.depsRecyclerView.adapter = DependencyAdapter()
Expand Down

0 comments on commit b88a8f3

Please sign in to comment.