Skip to content

Commit

Permalink
Closes #628
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamantcheese committed Feb 11, 2020
1 parent 8bf30ba commit b7b5bb2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ public Mode getMode() {
@Override
public View getActiveView() {
View ret = null;
if (!hasContent) return new View(context);
switch (mode) {
case LOWRES:
case OTHER:
Expand Down

0 comments on commit b7b5bb2

Please sign in to comment.