mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-15 05:25:01 -05:00
Merge pull request #625 from SamWhited/linterfix
Make linter ignore properly checked API mismatch
This commit is contained in:
commit
ff22f93185
@ -1,6 +1,7 @@
|
||||
package eu.siacs.conversations.ui;
|
||||
|
||||
import android.annotation.SuppressLint;
|
||||
import android.annotation.TargetApi;
|
||||
import android.app.ActionBar;
|
||||
import android.app.ActionBar.Tab;
|
||||
import android.app.ActionBar.TabListener;
|
||||
@ -572,6 +573,7 @@ public class StartConversationActivity extends XmppActivity {
|
||||
setIntent(null);
|
||||
}
|
||||
|
||||
@TargetApi(16)
|
||||
protected boolean handleIntent(Intent intent) {
|
||||
if (intent == null || intent.getAction() == null) {
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user