Browse Source
remove redundant import
renovate/org.robolectric-robolectric-4.x
Austin Huang
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
app/src/main/java/awais/instagrabber/fragments/StoryViewerFragment.java
|
|
@ -3,7 +3,6 @@ package awais.instagrabber.fragments; |
|
|
|
import android.annotation.SuppressLint; |
|
|
|
import android.content.Context; |
|
|
|
import android.content.pm.PackageManager; |
|
|
|
import android.content.DialogInterface; |
|
|
|
import android.graphics.drawable.Animatable; |
|
|
|
import android.net.Uri; |
|
|
|
import android.os.Bundle; |
|
|
|