Skip to content

Commit

Permalink
Recreate after import
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Bokhorst committed Jun 30, 2013
1 parent 8d5bb0d commit a0200c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/biz/bokhorst/xprivacy/ActivityMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -934,6 +934,7 @@ protected void onProgressUpdate(String... values) {
@Override
protected void onPostExecute(String result) {
notify(result, false);
ActivityMain.this.recreate();
super.onPostExecute(result);
}

Expand Down

0 comments on commit a0200c2

Please sign in to comment.