Skip to content

Commit 07ec7d7

Browse files
authored
Merge pull request #81 from git03-Nguyen/dev
SearchFragment: add changeStatusBar() in onResume()
2 parents 206344c + 41e802c commit 07ec7d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/src/main/java/edu/team08/infinitegallery/optionsearch/SearchFragment.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
import edu.team08.infinitegallery.R;
3030
import edu.team08.infinitegallery.helpers.StringUtils;
31+
import edu.team08.infinitegallery.main.MainActivity;
3132
import edu.team08.infinitegallery.optionphotos.PhotosAdapter;
3233
import edu.team08.infinitegallery.singlephoto.FaceOnLiveService;
3334
import okhttp3.MediaType;
@@ -104,6 +105,7 @@ public void onPause() {
104105
@Override
105106
public void onResume() {
106107
super.onResume();
108+
((MainActivity) context).changeStatusBar();
107109
executor = Executors.newSingleThreadExecutor();
108110
executor.execute(new Runnable() {
109111
@Override

0 commit comments

Comments
 (0)