Skip to content

Commit

Permalink
Fix user eliminate menu item position
Browse files Browse the repository at this point in the history
  • Loading branch information
solkin committed Nov 14, 2021
1 parent e8c30e9 commit 44d8417
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,17 @@ dependencies {
implementation 'androidx.core:core-ktx:1.7.0'
kapt 'org.androidannotations:androidannotations:4.7.0'
implementation 'org.androidannotations:androidannotations-api:4.7.0'
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'androidx.appcompat:appcompat:1.4.0'
kapt 'androidx.annotation:annotation:1.3.0'
implementation 'androidx.annotation:annotation:1.3.0'
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'com.google.android.material:material:1.5.0'
implementation 'com.google.android.material:material:1.4.0'
implementation 'com.greysonparrelli.permiso:permiso:0.3.0'
implementation 'com.microsoft.appcenter:appcenter-analytics:4.1.0'
implementation 'com.microsoft.appcenter:appcenter-crashes:4.1.0'
implementation 'com.jaeger.statusbarutil:library:1.5.1'
implementation 'com.orhanobut:logger:1.15'
implementation 'com.google.code.gson:gson:2.8.7'
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
implementation 'com.squareup.retrofit2:adapter-rxjava3:2.9.0'
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/menu/profile_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
android:id="@+id/eliminate"
android:icon="@drawable/ic_delete_forever"
android:title="@string/eliminate_user"
app:showAsAction="ifRoom|withText" />
app:showAsAction="never" />
</menu>

0 comments on commit 44d8417

Please sign in to comment.