Skip to content

Commit

Permalink
🚑 🐧 invalide list place menu
Browse files Browse the repository at this point in the history
  • Loading branch information
yoesuv committed May 12, 2018
1 parent f673153 commit 29b1bb9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ android {
config {
keyAlias 'yoesuv'
keyPassword 'idamanmertua'
storeFile file('/home/yusuf/Documents/compile/-yusuf.keystore')
storeFile file('../-yusuf.keystore')
storePassword 'idamanmertua'
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package com.yoesuv.infomadiun.menu.listplace.views

import android.app.Activity
import android.content.Intent
import android.graphics.Point
import android.os.Build
import android.os.Bundle
Expand Down Expand Up @@ -115,6 +114,7 @@ class FragmentListPlace: Fragment(), ListPlaceContract.ViewListPlace {
swipeRefresh.setOnRefreshListener({
listPlacePresenter.getListPlace()
swipeRefresh.isRefreshing = false
activity?.invalidateOptionsMenu()
})
}

Expand Down

0 comments on commit 29b1bb9

Please sign in to comment.