Skip to content

Commit

Permalink
donedonadonedone
Browse files Browse the repository at this point in the history
  • Loading branch information
shadaab88 committed Nov 21, 2020
1 parent 05553ab commit 7773a12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/resources/uploadimage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ _UploadImageState({this.ownerPostId,this.shares,this.cam,this.ownerdiscription,t

ShareIU() async {
print(uidController);
print("helloww");
print("bhau");
//String increment = postsController.text;
//int incr = int.parse(posts);
//print(incr);
Expand Down Expand Up @@ -452,6 +452,7 @@ _UploadImageState({this.ownerPostId,this.shares,this.cam,this.ownerdiscription,t
controlUploadAndSaveShared(shared);
PostI();
ShareI();
ShareIU();
}else{
if(_formKey.currentState.validate()) {
controlUploadAndSave(shared);
Expand Down

0 comments on commit 7773a12

Please sign in to comment.