v1.1.26+110 android release
This commit is contained in:
@@ -37,10 +37,9 @@ class SessionBloc extends Bloc<SessionEvent, SessionState> with Logging {
|
||||
resultsFuture.then((results) {
|
||||
print('iTunes results: $results');
|
||||
});
|
||||
emit(SessionReady());
|
||||
} on Exception catch (e) {
|
||||
emit(SessionFailure(message: e.toString()));
|
||||
} finally {
|
||||
emit(SessionReady());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user