Skip to content

Commit

Permalink
Don't hide the status bar in the imageview
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumBadger committed Dec 23, 2014
1 parent ba5a8fa commit 23346eb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion assets/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Notifications for new inbox messages/comment replies (thanks to NoNeedToBail)
Image view now shows all images at full resolution
Double-tap to zoom supported in image view
Double-tap-and-drag to zoom supported in image view
Status bar is now hidden in the image view
Show default subreddits to anonymous users (rather than most popular)
Got rid of the red icon in night mode
Lots of performance improvements
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
import android.util.Log;
import android.view.View;
import android.view.ViewGroup;
import android.view.WindowManager;
import android.widget.ImageView;
import org.apache.http.StatusLine;
import org.holoeverywhere.app.Activity;
Expand Down Expand Up @@ -77,8 +76,6 @@ protected void onCreate(Bundle savedInstanceState) {

super.onCreate(savedInstanceState);

getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN);

final SharedPreferences sharedPreferences = PreferenceManager.getDefaultSharedPreferences(this);
final boolean solidblack = PrefsUtility.appearance_solidblack(this, sharedPreferences);

Expand Down

0 comments on commit 23346eb

Please sign in to comment.