Skip to content

Commit

Permalink
#1258 - 'you have been signed out' message always appears
Browse files Browse the repository at this point in the history
  • Loading branch information
budowski committed May 2, 2023
1 parent bd62d70 commit 08331a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions iNaturalist/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
package="org.inaturalist.android"
android:installLocation="auto"
android:versionCode="570"
android:versionName="1.28.17">
android:versionCode="571"
android:versionName="1.28.18">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Expand Down
2 changes: 1 addition & 1 deletion iNaturalist/src/main/res/layout/login_signup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="@string/you_have_been_signed_out_please_sign_in_again"
android:visibility="visible"
android:visibility="gone"
android:textSize="15sp"
android:textColor="#ffffff"
android:layout_marginBottom="10dp"
Expand Down

0 comments on commit 08331a1

Please sign in to comment.