Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Commit

Permalink
Fixed dark theme usage list
Browse files Browse the repository at this point in the history
Closes #1331
  • Loading branch information
M66B committed Feb 13, 2014
1 parent 576f421 commit 3bb9878
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Changelog

**Next release**

* Fixed dark theme usage list ([issue](/../../issues/1331))

[Open issues](https://github.com/M66B/XPrivacy/issues?state=open)

**Version 1.99.41 BETA**
Expand Down
3 changes: 1 addition & 2 deletions src/biz/bokhorst/xprivacy/ActivityUsage.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import java.util.concurrent.Executors;
import java.util.concurrent.ThreadFactory;

import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.pm.ApplicationInfo;
Expand All @@ -32,7 +31,7 @@
import android.widget.ListView;
import android.widget.TextView;

public class ActivityUsage extends Activity {
public class ActivityUsage extends ActivityBase {
private boolean mAll = true;
private int mUid;
private UsageAdapter mUsageAdapter;
Expand Down

0 comments on commit 3bb9878

Please sign in to comment.