mirror of
https://github.com/tateisu/SubwayTooter
synced 2024-12-25 00:21:26 +01:00
クラッシュレポートにあった問題の対応
This commit is contained in:
parent
65fe123f92
commit
a4ef01503e
@ -1397,7 +1397,7 @@ public class ActMain extends AppCompatActivity
|
||||
|
||||
if( callback != null ) callback.onRelationChanged();
|
||||
|
||||
}else if( bFollow && who.locked && result.response.code() == 422 ){
|
||||
}else if( bFollow && who.locked && result.response != null && result.response.code() == 422 ){
|
||||
Utils.showToast( ActMain.this, false, R.string.cant_follow_locked_user );
|
||||
|
||||
}else{
|
||||
|
Loading…
Reference in New Issue
Block a user