Schedule update remove

This commit is contained in:
stom79 2019-01-20 17:52:30 +01:00
parent f048eea4e1
commit f85ed16d6a
1 changed files with 0 additions and 1 deletions

View File

@ -1317,7 +1317,6 @@ public class TootActivity extends BaseActivity implements OnPostActionInterface,
if( tootReply != null)
toot.setIn_reply_to_id(tootReply.getId());
toot.setContent(tootContent);
if( timestamp == null)
if( scheduledstatus == null)
new PostStatusAsyncTask(getApplicationContext(), accountReply, toot, TootActivity.this).executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR);