Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Okuro3499 committed Jul 3, 2024
1 parent ffb0ad2 commit 0c2c462
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import android.os.Bundle
import android.text.Editable
import android.text.TextUtils
import android.text.TextWatcher
import android.util.Log
import android.view.LayoutInflater
import android.view.View
import android.view.ViewGroup
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,6 @@
<string name="no_join_request_available">no join request available</string>
<string name="no_news">news not available</string>
<string name="no_surveys">surveys not available</string>
<string name="no_teams">teams not available</string>
<string name="edit_image">edit profile image</string>
<string name="compulsory_first_name">first name required</string>
<string name="compulsory_last_name">last name is required</string>
Expand All @@ -1046,6 +1045,7 @@
<string name="checking_server">checking server</string>
<string name="below_min_apk">app is below allowed version. please update the app to the latest version.</string>
<string name="add_note">add a note (optional)</string>
<string name="no_teams">teams not available</string>
<string name="no_submissions">submissions not available</string>
<string name="no_chats">no previous chats</string>

Expand Down

0 comments on commit 0c2c462

Please sign in to comment.