We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 206344c + 41e802c commit 07ec7d7Copy full SHA for 07ec7d7
app/src/main/java/edu/team08/infinitegallery/optionsearch/SearchFragment.java
@@ -28,6 +28,7 @@
28
29
import edu.team08.infinitegallery.R;
30
import edu.team08.infinitegallery.helpers.StringUtils;
31
+import edu.team08.infinitegallery.main.MainActivity;
32
import edu.team08.infinitegallery.optionphotos.PhotosAdapter;
33
import edu.team08.infinitegallery.singlephoto.FaceOnLiveService;
34
import okhttp3.MediaType;
@@ -104,6 +105,7 @@ public void onPause() {
104
105
@Override
106
public void onResume() {
107
super.onResume();
108
+ ((MainActivity) context).changeStatusBar();
109
executor = Executors.newSingleThreadExecutor();
110
executor.execute(new Runnable() {
111
0 commit comments