Skip to content

Commit

Permalink
reformat and reorganise code
Browse files Browse the repository at this point in the history
  • Loading branch information
Praharsh Jain committed Jan 29, 2022
1 parent b88f306 commit 86de41f
Show file tree
Hide file tree
Showing 3 changed files with 153 additions and 153 deletions.
4 changes: 2 additions & 2 deletions app/src/main/java/com/praharsh/vudit/DOCViewer.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package com.praharsh.vudit;

import android.os.Bundle;

import static android.net.Uri.encode;

import android.os.Bundle;

public class DOCViewer extends WebViewBaseActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
Expand Down
Loading

0 comments on commit 86de41f

Please sign in to comment.