Skip to content

Commit

Permalink
Last Change
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashusolanki committed Feb 22, 2019
1 parent ee7abb6 commit 8ea9a1a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
android:name=".MainActivity"
android:label="@string/title_activity_main"
android:theme="@style/AppTheme.NoActionBar">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
</intent-filter>
</activity>
</application>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ protected void onPostExecute(TwitterFile twitterFile) {
}
else
{
onExtractionFail("Somthing Wrong Check Link");
onExtractionFail("Somthing Wrong Check Your Link");
}
}
}
Expand Down

0 comments on commit 8ea9a1a

Please sign in to comment.