1
0
mirror of https://github.com/tateisu/SubwayTooter synced 2024-12-25 00:21:26 +01:00

クラッシュレポートにあった問題の対応

This commit is contained in:
tateisu 2017-04-30 21:09:02 +09:00
parent 65fe123f92
commit a4ef01503e

View File

@ -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{